Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Document Additional Parameters #8

Open
mattlockyer opened this issue Aug 3, 2013 · 0 comments
Open

Document Additional Parameters #8

mattlockyer opened this issue Aug 3, 2013 · 0 comments

Comments

@mattlockyer
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant