【问题标题】:how to get ReTweet of Twitter?如何获得推特的转推?
【发布时间】:2012-08-02 18:46:20
【问题描述】:

我正在使用string TWITTERFEEDURL = "http://twitter.com/statuses/user_timeline/xxx.xml?count=4"; 获取推文。 user_timeline = 返回验证用户最近发布的 20 个状态。

我也想获得我的转推。我应该用什么?我需要为此进行身份验证吗?

【问题讨论】:

  • 不需要在标题中添加“asp.net c#”。我们有这些标签。

标签: c# asp.net api twitter


【解决方案1】:

Newtwitter 有一个API method 来获得用户转发。您将向 https://api.twitter.com/1/statuses/retweeted_by_user.xml?screen_name=xyz 执行 GET 请求

您还应该更新现有请求以使用documentation 中指定的正确 URL 和 API 版本。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-06-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-13
    相关资源
    最近更新 更多