如何使用 Linq2Twitter 找到 Twitter 用户的所有关注者?
我在文档中只能找到对 .Following 属性的引用,而不是 .Followers 属性。
var result = from search in context.List
where search.Following //etc
如果我提供 Twitter 用户名,如何找到 Twitter 用户的关注者?
twitter.com/foobar // 'foobar' is the username.