I'm developing an Android app with Facebook integration. When testing from my emulator, my app redirects to the browser and opens up Facebook login with the following error:
Invalid Argument
Given URL is not allowed by the Application configuration
On signing in, it tries to go to the URL fbconnect://success#access_token=AAEZB4.. but fails.
Can anyone tell me how to fix this?
Thanks