json - Twitter json 提要?

标签 json twitter jsonp feed

有谁知道我在哪里可以找到这个页面的 json 提要?

http://twitter.com/#!/microsoft

我找到的最接近的是这个:
http://twitter.com/status/user_timeline/microsoft.json

但这并不包括所有推文,即

" ... that server room is going to be empty soon & we’re going to install my Jacuzzi in it." http://bit.ly/j1N82d



不见了

最佳答案

您用来请求提要的方法似乎已被弃用(至少我在 current docs 中找不到它)。无论如何,这就是我要做的:

http://api.twitter.com/1/statuses/user_timeline.json?screen_name=microsoft&include_rts=1

这将获取 20 条微软最新的推文,以及 include_rts=1将包括他们的任何转推。

关于json - Twitter json 提要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6546913/

相关文章:

php - Android JSON 到 PHP 服务器并返回

ios - 在 iOS 上使用 Twitter 登录

python - Tweepy - API.Search

javascript - 使用 jsonp 和 ajax HTML

.net - 无法加载为扩展 '[extensionHere]' 注册的类型 [nameHere]

javascript - jQuery AJAX 不断失败,不知道为什么

ajax - 为什么我的 json 在新页面中呈现?

node.js - Supertest 可以帮助我验证我的 API 是否返回回调/jsonp 函数吗?

java - 错误 415 不支持的媒体类型 : POST not reaching REST if JSON, 但如果 XML

javascript - 从 node.js 上传图像到 twitter API