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:
- Tried to put an android private key to the app and link it to Facebook instead use the debug key.
- I linked the Facebook source code to the app instead just the jar file (I don't know why I thought it would help).
- Tried to open a new project to see if T defined something wrong...no help there...
- 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...
