How can I get the next page of friends using the Twitter API?

Posted by vakas on Stack Overflow See other posts from Stack Overflow or by vakas
Published on 2010-03-17T04:34:52Z Indexed on 2010/03/17 5:11 UTC
Read the original article Hit count: 348

Filed under:
|

I am using the api twitterizer2 downloaded from http://code.google.com/p/twitterizer/downloads/list but when I try to get the friends of a user I get 100 friends but I can't get the next 100 friends through the NextPage function. How can I handle this...?

 Twitterizer.TwitterUserCollection userFollowing = 
      Tw.TwitterUser.GetFriends(tokens,TwitterUrl);
 Twitterizer.TwitterUserCollection page2=userFollowing.NextPage;

When I get the next page it returns the same 100 users.

© Stack Overflow or respective owner

Related posts about twitterizer

Related posts about twitter