I have created a mobile game using phone gap. In that game, the user has the option to invite Facebook friends - and I have gotten to the point where I have successfully debugged my FB API and JavaScript - and gotten it to work on my Apache web server.
However, when I integrate the code into my phone gap game, the execution results in the following error:
Error: I/Web Console(684): Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains. at https://www.facebook.com/dialog/oauth?client_id=Myapp_id&response_type=token%2Csigned_request%2Ccode&display=none&domain=&origin=2&redirect_uri=http%3A%2F2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df1f21b8b6%26origin%3Dfile%253A%252F%252F%252Ff51b7ec1c%26domain%3D%26relation%3Dparent&sdk=joey:1
I'm wondering:
- If this has to do with the Facebook Apps settings and the URL I have set for my mobile app, or
- The Redirect URL I have to enter for mobile related apps.
Any help would be greatly appreciated.