【问题标题】:How get non-followers using tweetsharp?如何使用 tweetsharp 获得非关注者?
【发布时间】:2014-06-20 17:53:00
【问题描述】:

我使用的是 tweetsharp 2.3.1。制作简单的推特客户端。您知道如何获取所有非关注者(您关注的帐户,但他们不关注您)。我知道如何迭代,但如果帐户有数千个关注者怎么办?是否有标准功能可以做到这一点? 谢谢!

【问题讨论】:

  • Twitter 是否提供 API,如果提供,您是否查阅过文档..?

标签: c# twitter tweetsharp


【解决方案1】:

Twitter REST API 中没有标准函数来获取您正在寻找的信息。

调用 GET/Followers (https://dev.twitter.com/docs/api/1.1/get/followers/ids) 和 GET/Friends (https://dev.twitter.com/docs/api/1.1/get/friends/ids),并从关注者中删除好友。剩下的就是你想要的人了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-08-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-06-18
    • 1970-01-01
    • 2015-02-08
    • 2015-06-26
    相关资源
    最近更新 更多