You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
Was wondering why limit and offset was not working...
You can't simply add to the url like so /.../feed?limit=2
You must use this syntax:
facebook.api('/.../feed', {limit:2}, function(data) { ... });
Also limit doesn't really seem to perform as expected, I get consistently less than the limit specified.
This may be an issue with fb itself trimming results before the response, as I've read on other pages.
The text was updated successfully, but these errors were encountered: