我想知道是否有任何 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)
此外,一些告诉它 a、b、c 和 d 的 API 都作为朋友或追随者相互关联?