We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using videos = graph.get_connections("#{fb_page_id}", "videos", { since: '2016-06-01', 'until': '2016-07-01', limit: 1000 }, api_version: "v2.9")
and then videos.next_page or previous_page yields nothing. Even though in the FB debugger they return as BEFORE & AFTER
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
videos = graph.get_connections("#{fb_page_id}", "videos", { since: '2016-06-01', 'until': '2016-07-01', limit: 1000 }, api_version: "v2.9")
and then videos.next_page or previous_page yields nothing. Even though in the FB debugger they return as BEFORE & AFTER
The text was updated successfully, but these errors were encountered: