How to retrieve an Facebook-AuthToken from the accounts saved on Android

前端 未结 4 1030
春和景丽
春和景丽 2020-12-10 07:29

I\'m trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code.

AccountManager am =         


        
4条回答
  •  一生所求
    2020-12-10 07:54

    Why not use the Facebook SDK?

    The Facebook class in it has a member to get the OAuth 2.0 access token (if that is what you need), getAccessToken().

提交回复
热议问题