Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Changed direct access of next_cursor attribute in get_friends_ return… #319

Merged
merged 2 commits into from
May 1, 2019
Merged

Conversation

aaronrudkin
Copy link
Contributor

… to next_cursor method, solves #318

See #318 -- next_cursor overflows because the get_friends_ function directly accesses the next_cursor key from the API response instead of using the next_cursor() method, which would correctly choose the next_cursor_str key.

See also Twitter doc on cursoring:
https://developer.twitter.com/en/docs/basics/cursoring.html

@mkearney mkearney merged commit 8d97b2f into ropensci-archive:master May 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants