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 trying to create an android app that can connect to Facebook. I don't know why but at first I successfully managed to login to facebook using the sso they provide but after a while I got a weird problem.

Whenever the Facebook authorize method is called it opens the Facebook login screen but before I can even see the login form it just crashes my app. Now, I would have post the logcat info but there's nothing in it that involves my app or Facebook SDK...even with a debug=true on the Facebook SDK.

What I've done so far is:

  1. Tried to put an android private key to the app and link it to Facebook instead use the debug key.
  2. I linked the Facebook source code to the app instead just the jar file (I don't know why I thought it would help).
  3. Tried to open a new project to see if T defined something wrong...no help there...
  4. I use the 2.2 Android platform

It's also worth mentioning that it works on the emulator but not on the phones.

Anything would help me at this point...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.