Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

Did you generate acess token for your application in facebook developer page?

Use this tutorial: http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/

share|improve this answer
Yes. I followed the tutorial precisely as in the official Facebook Android developers site. When I tested on a device, I didn't get this error. Since I need to test NFC, I'm using the emulator with Open NFC, but I get this error before login. – ask Jul 6 '12 at 8:54
Fixed it. Using the updated repo from github solved the problem. – ask Jul 28 '12 at 15:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.