How to avoid already-authorized in Android Facebook SDK

后端 未结 5 852
无人共我
无人共我 2020-12-08 14:17

I\'m getting a completely useless page when I use the Single Sign on for Facebook\'s Android SDK.

\"You have already authorized happyapp. Press \"O

5条回答
  •  独厮守ぢ
    2020-12-08 14:46

    Bypass the SDK and use your own OAuth solution. Save the Access Token once acquired. Try to use it directly without sending the user to the facebook permission page. Once the token expires, you will need them to grant permission again. With advanced features comes lower level responsibilities (and more work).

提交回复
热议问题