I'm building a website on which tweets from a certain user should be displayed. I know how to display the tweets using the user_timeline function from the twitter api, but these tweets are raw text tweets. Is there also a method to get the tweets in html with all the links already there? I couldn't find one myself but perhaps you do know one.
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.
|
|
|
You need to use Tweet Entities. See the Twitter API documentation for more information. |
|||
|
|
Use this helper function by Dustin Diaz to make a tweet fetched programmatically to look as it would on Twitter. Update: Here is a complete code sample that makes use of the above function. |
|||||||
|