ruby on rails 3 - Twitter get tweets made by or mentioning me -


i using rails , twitter gem. want display list of, 10, latest tweets or mentions of twitter user. have had @ home_timeline returns content. want limit seen if click on "tweets" section of profile.

how should go because i'm lost in myriad of developer documentation , unsure how proceed?

you should use statuses/user_timeline resource api:

returns 20 recent statuses posted authenticating user.

see twitter's documentation on it's rest api more information on available resources.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -