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

Getting empty array when me/home API call with paging #572

Closed
MallowTech opened this issue Jan 8, 2014 · 1 comment
Closed

Getting empty array when me/home API call with paging #572

MallowTech opened this issue Jan 8, 2014 · 1 comment

Comments

@MallowTech
Copy link

When i use this API 'https://graph.facebook.com/me/home?limit=100&until='

The first two call get success and i got 100 entries each. But when i hit the third call, it returns the empty array like,

{
"data":
[]
}

I am using SLRequest to do the paging.

Note: This flow is working correctly in Graph API Explorer tool (Facebook tool). If i changed to my app instead of Graph API Explorer app in application selection tab in that tool, the same is replicated. Do i need to change any app settings in the Facebook app regarding the paging?

Thanks

@chrisp-fb
Copy link
Contributor

Thanks for reaching out to us and sorry we have not responded sooner. There have been a number of updates to the SDK since you posted that may address the issue you opened. We are closing out issues on our GitHub repository so if you are still experiencing a problem, please file a a report to http://developers.facebook.com/bugs. If you have a fix you can also submit a pull request to the dev branch.

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

No branches or pull requests

1 participant