I’m new to the twitter API. As an exercise, I am trying to access all of my followers.
count and cursor seem to have no effect. If I make a call like this:
?screen_name=twitter_user&count=50&cursor=-1
I only retrieve 20 followers and the cursor does not seem to work.
Setting the cursor to the next_cursor id returns the exact same data set.
screen_name=twitter_user&count=50&cursor=next_cursor_number
I’m not able to find any documentation explaining this. Is this a limitation to the standard twitter API?