Android facebook sdk does not call callback after login

前端 未结 2 1779
野性不改
野性不改 2021-02-11 16:30

Help,

I am trying to make a class that handles facebook login in my application. My problem is it doesnt work on all activity. On that activity it doesnt call the callba

2条回答
  •  名媛妹妹
    2021-02-11 17:20

    Having the attribute android:noHistory="true" set for your callback activity in the AndroidManifest.xml file will also result with the callback methods not firing.

提交回复
热议问题