i cant 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
4:41 UTC
Read the original article
Hit count: 258
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
© Stack Overflow or respective owner