i cant get the next page of friends using the twitter api
- by vakas
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 cant get the next 100 friends thru NEXTpage function
how to 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