I've created a FB application, hosted on Heroku. The app is written in Ruby.
- The app used to load correctly inside facebook iframe.
- Now, if I open the app through
app.facebook.com/app_namespace
, an empty screen is shown. When I have enabled exception trace, it now shows as if the access_token for graph koala object is nil. - If I open Canvas URL, e.g. the "direct" URL everything works fine, but I have to first call direct authroization on facebook through "/auth/facebook".
- The iframe now shows koala "Unsupported get method", but through debugging it is evident that access_token obtained from graph is nil.
- Behavior is the same for generated test users as well as developer users.
Already tried:
- I've tried to debug the Canvas URL through online FB debugger, and Scraper seems to see correct HTML.
- Try to reauthorize the app, to no avail.