API Error causes images not to show up
-
This issue is happening on all pages on our site where we have this widget.
There’s a facebook API error in the first console error (when you click on the link). And then all subsequent images that should be pulled up by the page are status “URL signature expired” (all throwing 403 errors in the console)
Here is the API error:
{
“error”: {
“message”: “(#10) This endpoint requires the ‘manage_pages’ or ‘pages_read_engagement’ permission or the ‘Page Public Content Access’ feature. Refer to https://developers.facebook.com/docs/apps/review/login-permissions#manage-pages and https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS for details.”,
“type”: “OAuthException”,
“code”: 10,
“fbtrace_id”: “AIhZlU47ERAod2NVeVh0GqC”
}
}The page I need help with: [log in to see the link]
- The topic ‘API Error causes images not to show up’ is closed to new replies.