Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to know what is the request for getting Twitter timeline for a user ?

I will prefer getting JSON in output.

Thanks.

share|improve this question
3  
Did you check the documentation? – SLaks Dec 26 '12 at 16:32
I find it hard to believe that the API documentation would not give instructions for it. – Juhana Dec 26 '12 at 16:33

closed as not a real question by Juhana, Adrian Carneiro, talonmies, CodeNaked, SztupY Dec 26 '12 at 18:08

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.

1 Answer

up vote 2 down vote accepted

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

share|improve this answer
Thanks you very much for your reply. I have search in the documentation, and i would like to find the same thing for the home timeline for a user.Do you have an example also? – pxrb66 Dec 26 '12 at 18:52

Not the answer you're looking for? Browse other questions tagged or ask your own question.