Created
September 21, 2010 17:35
-
-
Save ssx/590104 to your computer and use it in GitHub Desktop.
Twitter API Example Response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(33) { | |
["verified"]=> | |
bool(false) | |
["profile_use_background_image"]=> | |
bool(true) | |
["description"]=> | |
string(140) "Web, Apple and data geek with a passion for cross source data manipulation and a love of anything open source. | |
I also run tweekly.fm." | |
["follow_request_sent"]=> | |
NULL | |
["profile_background_color"]=> | |
string(6) "C0DEED" | |
["url"]=> | |
string(13) "http://dor.ky" | |
["status"]=> | |
array(15) { | |
["in_reply_to_user_id"]=> | |
int(65059406) | |
["retweet_count"]=> | |
NULL | |
["contributors"]=> | |
NULL | |
["coordinates"]=> | |
NULL | |
["favorited"]=> | |
bool(false) | |
["in_reply_to_status_id"]=> | |
int(25131370970) | |
["created_at"]=> | |
string(30) "Tue Sep 21 16:18:07 +0000 2010" | |
["source"]=> | |
string(63) "<a href="http://twitter.com" rel="nofollow">Tweetie for Mac</a>" | |
["geo"]=> | |
NULL | |
["place"]=> | |
NULL | |
["in_reply_to_screen_name"]=> | |
string(13) "RavenAlmighty" | |
["retweeted"]=> | |
bool(false) | |
["truncated"]=> | |
bool(false) | |
["id"]=> | |
int(25132178579) | |
["text"]=> | |
string(44) "@RavenAlmighty redhead's are always epic! :)" | |
} | |
["profile_background_image_url"]=> | |
string(59) "http://s.twimg.com/a/1284676327/images/themes/theme1/bg.png" | |
["lang"]=> | |
string(2) "en" | |
["created_at"]=> | |
string(30) "Mon Nov 23 13:09:43 +0000 2009" | |
["profile_text_color"]=> | |
string(6) "333333" | |
["followers_count"]=> | |
int(4888) | |
["location"]=> | |
string(22) "Staffordshire, England" | |
["profile_background_tile"]=> | |
bool(false) | |
["show_all_inline_media"]=> | |
bool(false) | |
["friends_count"]=> | |
int(456) | |
["profile_link_color"]=> | |
string(6) "0084B4" | |
["statuses_count"]=> | |
int(10213) | |
["following"]=> | |
NULL | |
["notifications"]=> | |
NULL | |
["listed_count"]=> | |
int(100) | |
["favourites_count"]=> | |
int(10) | |
["profile_sidebar_fill_color"]=> | |
string(6) "DDEEF6" | |
["protected"]=> | |
bool(false) | |
["profile_image_url"]=> | |
string(79) "http://a1.twimg.com/profile_images/739860021/Blackpool_07-08-2009_24_normal.jpg" | |
["contributors_enabled"]=> | |
bool(false) | |
["time_zone"]=> | |
string(6) "London" | |
["name"]=> | |
string(12) "Scott Wilcox" | |
["geo_enabled"]=> | |
bool(true) | |
["profile_sidebar_border_color"]=> | |
string(6) "C0DEED" | |
["screen_name"]=> | |
string(8) "dordotky" | |
["id"]=> | |
int(92015003) | |
["utc_offset"]=> | |
int(0) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment