I would like to know what is the request for getting Twitter timeline for a user ?
I will prefer getting JSON in output.
Thanks.
|
I would like to know what is the request for getting Twitter timeline for a user ? I will prefer getting JSON in output. Thanks. |
|||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
The API has changed over time, and I dusted off some code of mine just the other day and updated the call. What you want is: https://api.twitter.com/1/statuses/user_timeline.json?screen_name=[username] Example: https://api.twitter.com/1/statuses/user_timeline.json?screen_name=gutzman For more information, read the documentation here: https://dev.twitter.com/docs/api/1/get/statuses/user_timeline |
|||
|