Facebook SDK for Android - Example app won't work

后端 未结 3 540
陌清茗
陌清茗 2021-01-30 19:14

Okey, I\'ve done all the business, followed all the steps, but still can\'t get it to work. The simple Example app that comes with the Facebook SDK, is working on the emulator a

3条回答
  •  一整个雨季
    2021-01-30 19:33

    I tried on windows as per your solution using both export and exportcert but it generates same Hash. Application now works as earlier and not using the the new SSO way.

    I debugged android FB SDK ,i found the cause but not exact the solution. Don't know why facebook guys implemented SSO this way.

    1. SSO does not work, if you don't have FB app new update installed on your android phone.

    2. In this case, It routes to the regular dialog interface with user name and password.

    3.In details, FB Android SDK to handle SSO, is calling an intent com.facebook.katana.ProxyAuth it return true if it update is available.

    1. If user have new update and already logged in. then it validates user.

    Hope this will help.

提交回复
热议问题