Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not work anymore #22

Open
RobertBozic opened this issue Jan 19, 2019 · 2 comments · May be fixed by #23
Open

Not work anymore #22

RobertBozic opened this issue Jan 19, 2019 · 2 comments · May be fixed by #23

Comments

@RobertBozic
Copy link

Unable to retrieve Facebook photos from album xxxxxxxxx
see on your demo too
http://www.gagacenter.com/nyc/gaga-photos/Adult%20Gaga/3/

@jmasukawa
Copy link

A site I manage also is experiencing this issue, though it looks like a change in Facebook's infrastructure.

If you drop a breakpoint here, where the exception was raised:
https://github.com/aiaio/galleria-facebook/blob/master/facebook/galleria.facebook.js#L100

You can see the JSON response has an error:
"{
"error": {
"message": "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.",
"type": "OAuthException",
"code": 10,
"fbtrace_id": "xxxxxxxxxxx" <-- blanked this out in case it's unique/traceable to my account
}
}"

The top answer to this SO post seems to have some very relevant information, though I have personally not found a solution yet:
https://stackoverflow.com/questions/50455988/facebook-pages-api-page-public-content-access-review-screencast

This plugin uses API v2.3, and the current supported version of FB graph API is v3.2, so I am not surprised this stopped working.

@Letme Letme linked a pull request Aug 24, 2020 that will close this issue
@Letme
Copy link

Letme commented Aug 24, 2020

I don't know if you get notification, but I have opened a pull request with solution in #23 .I know it is more than 1 year for you guys (and maybe too late), but some older API versions were deprecated not so long ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants