CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 07:56:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100104190201
location: https://web.archive.org/web/20100104190201/https://github.com/jdp/twitterlibphp
server-timing: captures_list;dur=1.108523, exclusion.robots;dur=0.040291, exclusion.robots.policy;dur=0.024488, esindex;dur=0.014380, cdx.remote;dur=22.059061, LoadShardBlock;dur=318.779223, PetaboxLoader3.datanode;dur=71.724351, PetaboxLoader3.resolve;dur=182.135236
x-app-server: wwwb-app28
x-ts: 302
x-tr: 406
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app28; 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: Fri, 08 Aug 2025 07:56:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 04 Jan 2010 19:02:00 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "58301b2dcb810fcbfb57790263c8fb04"
x-archive-orig-x-runtime: 146ms
x-archive-orig-content-length: 21151
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: Mon, 04 Jan 2010 19:02:01 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 04 Sep 2008 10:33:30 GMT", ; rel="prev memento"; datetime="Tue, 15 Dec 2009 14:57:11 GMT", ; rel="memento"; datetime="Mon, 04 Jan 2010 19:02:01 GMT", ; rel="next memento"; datetime="Wed, 06 Jan 2010 19:04:59 GMT", ; rel="last memento"; datetime="Thu, 14 Dec 2023 01:20:50 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_13_20100104111359_crawl103-c/51_13_20100104190135_crawl101.arc.gz
server-timing: captures_list;dur=1.480477, exclusion.robots;dur=0.042111, exclusion.robots.policy;dur=0.024881, esindex;dur=0.016052, cdx.remote;dur=170.742555, LoadShardBlock;dur=462.623056, PetaboxLoader3.datanode;dur=328.321392, PetaboxLoader3.resolve;dur=353.497410, load_resource;dur=277.382959
x-app-server: wwwb-app28
x-ts: 200
x-tr: 1068
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
jdp's twitterlibphp at master - GitHub
jdp / twitterlibphp
- Source
- Commits
- Network (25)
- Issues (1)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
-
Branches (2)
- gh-pages
- master ✓
- Tags (0)
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Mar 24 17:30:21 -0700 2009 | Get rid of .gitignore [jdp] |
![]() |
CHANGES | Wed Jun 24 20:20:01 -0700 2009 | fixed bug in destroyStatus method [jdp] |
![]() |
LICENSE | Thu Aug 14 16:58:59 -0700 2008 | added readme/license [jdp] |
![]() |
README | Thu Jul 09 04:59:47 -0700 2009 | funny that i never included my twitter username [jdp] |
![]() |
twitter.lib.php | Wed Jun 24 20:20:01 -0700 2009 | fixed bug in destroyStatus method [jdp] |
README
twitterlibphp - Twitter/PHP interface https://jdp.github.com/twitterlibphp This is a simple interface to the Twitter API. I've tried to keep as close as possible to the real API calls (some had to be changed due to ambiguity), but all of the arguments are as they are in the official docs. For documentation, go to: https://jdp.github.com/twitterlibphp/doc https://apiwiki.twitter.com Usage: $twitter = new Twitter("username", "password"); $public_timeline = $twitter->getPublicTimeline(); When you go through the docs, a lot of methods just take an $options array and a $format parameter. The $options array allows you to pass API arguments just like you would if you were calling it from pure HTTP. For example: $twitter->getMentions(array('page'=>2), 'json') is mapped to... https://twitter.com/statuses/mentions.json?page=2 Justin Poliey <jdp34@njit.edu> https://justinpoliey.com @justinpoliey
This feature is coming soon. Sit tight!