-
Notifications
You must be signed in to change notification settings - Fork 216
Twitter Lists : Subscribers
linvi edited this page May 19, 2015
·
13 revisions
Twitter Lists can be used by other Users if their privacy mode is set to Public.
// From a User Object
var lists = user.GetListsSubscriptions(<maximumNumberOfListsToRetrieve>);
// From static TweetList
var lists = TweetList.GetUserListSubscriptions(<user,id,screenName>, <maximumNumberOfListsToRetrieve>);
To subscribe to a List, a user needs to be logged in. As a result, only LoggedUsers
can subscribe to a List.
Same as subscribe, you ca