Forum Discussion
Facebook Data limit results
- 10 years ago
Unfortunately there isn't a way to limit the results currently. Please leave a vote for this feature in our Feature Suggestions forum so we can prioritize it accordingly.
Thanks,
M.
Unfortunately there isn't a way to limit the results currently. Please leave a vote for this feature in our Feature Suggestions forum so we can prioritize it accordingly.
Thanks,
M.
- Azadeh10 years agoNew Member
Go custom and put something like this:
Posts?limit=10
- Evogelpohl10 years agoHelper V
I'm having success with this:
Source = Facebook.Graph("https://graph.facebook.com/FAMOUS_SITE/posts?since=2016-02-20&limit=10"),
I'm not sure why it works as i'm getting back more posts than "limit=10" but at least i'm not getting the "DataSource.Error: Facebook: Please reduce the amount of data you're asking for, then retry your request" error:
- wcourtney10 years agoNew Member
I believe the limit value is the number of lines of data per database call.