CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 02:52:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100421233008
location: https://web.archive.org/web/20100421233008/https://github.com/jmathai/twitter-async
server-timing: captures_list;dur=0.701692, exclusion.robots;dur=0.021489, exclusion.robots.policy;dur=0.010071, esindex;dur=0.036884, cdx.remote;dur=24.712138, LoadShardBlock;dur=198.553380, PetaboxLoader3.datanode;dur=60.709557, PetaboxLoader3.resolve;dur=54.944377
x-app-server: wwwb-app216
x-ts: 302
x-tr: 309
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 02:52:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 21 Apr 2010 23:30:08 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ad67142e1177bc04832d9698f6e35bb2"
x-archive-orig-x-runtime: 84ms
x-archive-orig-content-length: 21885
x-archive-orig-set-cookie: csrf_id=1cf241133f1c654d599b4602e7ffd687; path=/
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 21 Apr 2010 23:30:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Sep 2009 04:48:53 GMT", ; rel="prev memento"; datetime="Mon, 29 Mar 2010 11:52:42 GMT", ; rel="memento"; datetime="Wed, 21 Apr 2010 23:30:08 GMT", ; rel="next memento"; datetime="Sat, 12 Jun 2010 02:14:52 GMT", ; rel="last memento"; datetime="Tue, 14 Jan 2025 23:45:27 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100421184516_crawl101_IndexOnly-c/51_15_20100421232810_crawl101.arc.gz
server-timing: captures_list;dur=0.463992, exclusion.robots;dur=0.017118, exclusion.robots.policy;dur=0.007991, esindex;dur=0.010652, cdx.remote;dur=17.210744, LoadShardBlock;dur=190.804105, PetaboxLoader3.datanode;dur=298.062414, load_resource;dur=287.843676, PetaboxLoader3.resolve;dur=111.479117
x-app-server: wwwb-app216
x-ts: 200
x-tr: 559
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jmathai's twitter-async at master - GitHub
jmathai / twitter-async
- Source
- Commits
- Network (21)
- Issues (7)
- Wiki (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Twitter-async is a high performance wrapper for Twitter's basic and OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates. — Read more
name | age | message | |
---|---|---|---|
![]() |
EpiCurl.php | Thu Feb 11 09:36:13 -0800 2010 | Adding an isset check before returning from Epi... [jmathai] |
![]() |
EpiOAuth.php | Thu Feb 11 09:31:06 -0800 2010 | Not using curlopt_interface for empty or localh... [jmathai] |
![]() |
EpiTwitter.php | Sat Mar 20 00:50:33 -0700 2010 | Updating regular expression to not match locati... [jmathai] |
![]() |
LICENSE | Tue Apr 14 18:08:01 -0700 2009 | As requested, adding BSD license. [jmathai] |
![]() |
README | Fri Jan 29 18:31:08 -0800 2010 | Adding dingram to the contributor list for e_st... [jmathai] |
![]() |
tests/ | Sat Mar 20 00:50:33 -0700 2010 | Updating regular expression to not match locati... [jmathai] |
README
Twitter-async is a wrapper for Twitter's OAuth API which provides asynchronous calls. Authors * jmathai * arikfr * ericmmartin * tahpot * dingram Documentation: * https://wiki.github.com/jmathai/twitter-async Blogs * https://www.jaisenmathai.com/blog/2009/04/30/letting-your-users-sign-in-with-twitter-with-oauth/ * https://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/ Live Examples * https://www.jaisenmathai.com/sign_in_with_twitter/start.php