Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Doesn't work when Sandbox mode is on #11

Open
stuartpb opened this issue Feb 26, 2013 · 1 comment · May be fixed by heroku/faceplate#19
Open

Doesn't work when Sandbox mode is on #11

stuartpb opened this issue Feb 26, 2013 · 1 comment · May be fixed by heroku/faceplate#19

Comments

@stuartpb
Copy link

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).

@stuartpb
Copy link
Author

Potential fixes:

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant