开发者

Getting Twitter timeline, including Retweets, using JSON

开发者 https://www.devze.com 2023-02-03 09:00 出处:网络
How can I get my Twitter timeline, including Retweets, using JSON? This URL does not show Retweets. http://twitter.com/status/user_timeline开发者_C百科/S11cc.json?include_trs=true&callback=twitt

How can I get my Twitter timeline, including Retweets, using JSON?

This URL does not show Retweets.

http://twitter.com/status/user_timeline开发者_C百科/S11cc.json?include_trs=true&callback=twitterCallback2&count=7


There is a typo in the url. It should be include_rts and not include_trs.

0

精彩评论

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