Twitter API followers/ids - All Followers Returned but next_cursor is still present -
i have been working twitter api [followers/ids] few of our accounts recent got stuck confusing state.
usually twitter returns next_cursor when there still records remaining in next page(s). works fine iteration when tried request followers/ids 1 of our accounts doesn't have lot of followers (just on 4200) , can returned in single request. though, api returns followers in single request strangely next_cursor still present.
so when try make (2nd) request cursor, 1 record returned not present in first set of records.
what should consider how followers user have?
total followers: 4224 1st request: 4224 [next_cursor: present] 2nd request cursor: 1
this creating confusion 4224 or 4225?
Comments
Post a Comment