php - Twitter API: Get Followers +99 -


If I call for user followers (status / followers), then Twitter APIs (and Oaths) will be used. Return only 99 results

Is there any way that I can return 99, then the follower is calling through 100 again through this style of calling till the total number of followers is not returned?

Or just return all followers?

You must specify the cursor parameter as described. Like to request the first page, specify the cursor = -1 and then use the next blank value returned in the first reaction:

  http://twitter.com/statuses/followers/ Barackobama.xml? cursor = -1 http://twitter.com/statuses/followers/barackobama.xml?cursor=1300794057949944903  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -