Here is a problem that is driving me crazy: the code below works perfectly for the first URL (lookup), but not for the second one (update status). I get an Incorrect signature error with my request...
I\'m trying to estimate a twitter user\'s location based on the time_zone or created_at value in a given tweet object. However it seems that all created_at values I\'ve come across are just in a point
I want use php curl with oauth to get the JSON data from twitter. Here is my code. return na error message \"error\":\"Timestamp out of bounds\".
I\'d like store my followers latest status tweet containing that hashtag #RT and the mention of my name.
I\'m writing a script that uses Python to consume Twitter\'s streaming API. My issue is that I would like to collect tweets for only a specific time frame (i.e. 1 hr worth of tweets). I\'ve used a Tim
lets say we do some search useing search api then it retuns something like this in json. \'results\' =>
I am using Twitter4J to post to Twitter but you have to open up the browser and get a pin from Twitter for my app to be able to do this and that works but when I return to my app, the activity times o
I want twitter to send a user back to site.com/person.php?person=$curr_pe开发者_如何学JAVArson where $curr_person is a session variable stored in $_SESSION[\'person\'] and obtained from $_GET[\'pe
I am developing a Twitter client for Mac OSX and I am using MgTwitter framework. I use xAuth login method and it works fine but I can\'t get tweets from my timeline.
How do I access 开发者_如何转开发the number of followers a user has on Twitter for 10,000 usernames or more each day?