Git Product home page Git Product logo

Comments (2)

jmasukawa avatar jmasukawa commented on August 10, 2024

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.

from galleria-facebook.

Letme avatar Letme commented on August 10, 2024

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.

from galleria-facebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.