Closed RobertMyles closed 7 years ago
Thanks for reporting this! First time I hear about this issue. I wonder if it could also be FB admins shadow banning specific users? In any case, I added a note in the documentation to warn that this can happen.
An irritating quirk of the facebook API you might want to be aware of (nothing to do with the package, I'm not sure why it's happening, maybe posts have been deleted, etc).
When I run
getPage()
for the public page of a Brazilian senator and then a loop withgetPost()
inside it, I end up with different numbers for the total comments. I ran a check:then select a post to check, for example
166860353356903_10152317609257652
, line 6. We get a different number than withgetPost()
:Looking at the actual post, I can see the reason for the problem. Underneath the post, it says "15 comments", but if you actually count them, there are 14.
Any ideas for avoiding this problem?
EDIT: it seems to be down to deletions by page administrators. Maybe a note in the documentation could explain that this can potentially happen.