I have been following the example code provided by Facebook for implementing this SDK. I have noticed different behavior on different devices. For some reason, my DroidX is working great, but when I run the same code on the HTC Flyer, most of the time, onActivityResult() does not get called after Facebook.authorize(). This breaks my whole experience and I'm left on an empty white Facebook screen.

I have no idea on what to do. I can currently running the FB.Authorize() on a UIThread and I have read posts about that possibly being a problem.

I am out of idea's on how to fix this problem.

stringa

link|improve this question

0% accept rate
feedback

1 Answer

I was having the same problem, but found that onActivityResult() does not get called unless the Facebook app is installed on the device. See facebook.authorize with the android sdk does not call onActivityResult

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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