Facebook authorize not working inside Android Asynctask or Thread

前端 未结 3 763
执念已碎
执念已碎 2021-01-20 00:20

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

3条回答
  •  一个人的身影
    2021-01-20 01:07

    Facebook authorize uses methods which access event thread, so you dont need to execute this method into another thread, than event thread.

    If you face issue in execution of this method in normal event thread, specifythat issue.

提交回复
热议问题