开发者

Twitter Api: get tweets with links

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 开发者_C百科get the tweets in html with all the links already there? I couldn't find one myself but perhaps you do know one.


You need to use Tweet Entities. See the Twitter API documentation for more information.

https://dev.twitter.com/docs/tweet-entities


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜