没有获得转发来响应 statuses/friends_timeline twitter API 方法
您好,我正在使用 MGTwitterEngine &当请求我的关注者的推文时,我没有收到转发的推文。
根据 twitter 文档:
include_rts 当设置为 true、t 或 1 时,除了标准推文流之外,时间线还将包含本机转发(如果存在)。转发推文的输出格式与您在 home_timeline 中看到的表示形式相同。注意:如果您将trim_user 参数与include_rts 结合使用,则转发仍将包含完整的用户对象。
我也在这样做。但响应没有变化。 我的请求是:https://twitter.com/statuses/friends_timeline/xyz< /strong>.xml?include_rts=true&page=4&count=20
xyz 是用户名。
我无法弄清楚缺少什么?帮助
Hi I am using MGTwitterEngine & when request for tweets of my followers I am not getting the tweets which are retweeted.
According to the twitter documentation :
include_rts When set to either true, t or 1,the timeline will contain native retweets (if they exist) in addition to the standard stream of tweets. The output format of retweeted tweets is identical to the representation you see in home_timeline. Note: If you're using the trim_user parameter in conjunction with include_rts, the retweets will still contain a full user object.
I am also doing that. but no change in response.
My request is : https://twitter.com/statuses/friends_timeline/xyz.xml?include_rts=true&page=4&count=20
xyz is username.
I cannot figure out what's missing? Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
https:// api.twitter.com/1/statuses/user_timeline.xml?include_rts=true&page=4&count=20&screen_name=xyz
请注意开头的“api”。
Try:
https://api.twitter.com/1/statuses/user_timeline.xml?include_rts=true&page=4&count=20&screen_name=xyz
Note the leading "api."