Hi, I have a flash banner that will display some twitter user’s feed. I have read “Web Intents” (https://dev.twitter.com/docs/intents) and get a url like “https://twitter.com/intent/user?screen_name=IBMSmarterMktg”. After that I feel confuse, how can I get the tweet author name, @username, author, etc respectively form the timeline?
I am interested in knowing how to do this as well
A Tweet Intent can be used to encourage a viewer to create a new Tweet.
A REST API endpoint such as statuses/user_timeline can be used to retrieve the latest Tweets by a specific user in an environment not capable of rendering JavaScript. https://dev.twitter.com/rest/reference/get/statuses/user_timeline
statuses/user_timeline