You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
When the app is private to non-developers, the app can't get its own information from the server (if this used to work, it was a security hole that's since been closed).
The app currently uses Faceplate's app function, which returns the response from graph.facebook.com/<app ID>, for its own app_id, so if that response fails (as it does in sandbox mode), anything that uses the app_id (such as opengraph data or, crucially, the "Log In" button) will be broken (using "undefined" as the app ID).
The text was updated successfully, but these errors were encountered:
heroku/faceplate#19 (untested, requires Faceplate update) #12 (hacky, incomplete)
An altered version of #12 taking heroku/faceplate#20 into account (less hacky, still incomplete)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the app is private to non-developers, the app can't get its own information from the server (if this used to work, it was a security hole that's since been closed).
The app currently uses Faceplate's
app
function, which returns the response from graph.facebook.com/<app ID>, for its own app_id, so if that response fails (as it does in sandbox mode), anything that uses the app_id (such as opengraph data or, crucially, the "Log In" button) will be broken (using "undefined" as the app ID).The text was updated successfully, but these errors were encountered: