Facebook graph api picture id returns false

We want to return information about the painting. When we put the image id in the facebook graphical api, it returns "false". However, this picture does exist.

This is not the case for all images, most of the image ID returns information.

This picture works: https://graph.facebook.com/313969928665779?access_token=xxxxxxx (http://www.facebook.com/photo.php?fbid=313969928665779)

But it doesn't: https://graph.facebook.com/3567929882847?access_token=xxxxxxx (http://www.facebook.com/photo.php?fbid=3567929882847)

We are using a valid access token. What could be the problem?

+3


source to share





All Articles