【发布时间】:2015-09-08 16:11:09
【问题描述】:
我想知道是否有任何 Twitter API,我可以通过它了解一组用户是否关注或关注特定用户。
例如:
set_of_users are: { a,b,c}
particular user is: d
Then the result is a kind of
a:
following: true //(means a is following d)
friend: true //(means d is following a)
b:
following: false //(means b is not following d)
friend: false // (means
c:
following: false //(means c is not following d)
friend: true //(means c is following d)
另外,有些 API 告诉它 a、b、c 和 d 都作为朋友或追随者相互关联?
【问题讨论】:
标签: api twitter twitter-follow