Closed clente closed 7 years ago
This seems to be an issue with the paging aspect in the API. When I recreate the API calls in these functions, I get the same results through the API explorer as through Rfacebook: page posts and page feed. But when I request the limit to be 100 instead of 25, I get more posts on the feed that were not there before: here.
I'm not sure how to deal with this. I was trying to identify if it's some posts in particular, but there doesn't seem to anything unique about the posts that are not returned by the API. I don't want to change the limit option in the API query, because more than 25 often leads to "too much data" errors. And a quick Google search for this issue with the general API did not return anything relevant.
So.... I'll leave this open for now while I think about it. Thanks for reporting this!
I've been using this package for a couple of days and it is truly amazing, but I encountered a small problem when running
getPage
: not every post returned withfeed = FALSE
also gets returned withfeed = TRUE
.I was getting the posts from multiple public pages and found this happened with one of them. This was the smallest reproducible example I could manufacture.