Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to pass extra parameters to next_page and previous_page #330

Merged
merged 2 commits into from
Oct 26, 2013

Conversation

gacha
Copy link
Contributor

@gacha gacha commented Oct 1, 2013

To paginate specific time window using :since you need to pass it to every request. Now you can do like this:

    wall = api.get_connections("me", "feed", since: 1379593891)
    wall.next_page(since: 1379593891)

@arsduo
Copy link
Owner

arsduo commented Oct 26, 2013

Merged!

arsduo added a commit that referenced this pull request Oct 26, 2013
Added ability to pass extra parameters to next_page and previous_page
@arsduo arsduo merged commit bef55fd into arsduo:master Oct 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants