After getting an access token, I made a request to FB’s Graph API for post information from a Facebook page. The number of likes do not match the FB’s IDs listed. For example, it may say there are 4 likes for a particular POST, but it only provides me 1 or 2 user information. Why is that? Is there a way to get all the user ID information?
Share
If your access token owner is blocked by a user, you might see that. Or there might be some other of their privacy settings preventing you from seeing them.