I am trying to use the Facebook plugin for cakephp written by webtechnick in a canvas app on facebook.
It works fine when my app points to localhost, and I can see all the info about myself using the api('/me') call.
But on my dreamhost server /me returns null, from the same browser, and localhost is still showing /me fine. Other api calls work fine as well, the app id and secret are correct, and I have tried increasing the CURL timeout settings in the sdk.
Are there any settings within the facebook app settings which would always allow localhost, but require more details about the url of my app? I can't see any that seem relevant, and I can't find any other support queries of a similar nature.