Working with facebook in Android. Sometimes my application is cashing in real time device when I tried to authorize Facebook in Android.not in emulator. I used the Android F
I faced the same issue.You must try to put this method in loop
Looper.prepare(); new fbwork().execute(facebook); Looper.loop();