I am using Twitterizer 2. in general it does the job very well, but I have one thing missing.
I need to get all the followers of my user. and the method brings Twitterizer.TwitterFriendship.Followers(Token)
only brings 100 of them.
in the twitter API I saw that you can use a cursor for "paging" you request, but I couldn t find this functionality in twitterizer.
Any Idea anyone?
I don t really get how to use the Curesor parameter in Twitter s API, for an exmaple - here. Am I supposed to make a new API call for each 100 followers? I d love it if someone could provide a PHP ...