How to retrieve Twitter and facebook Authentication and Token through Android's Account Manager classes

后端 未结 3 1540
滥情空心
滥情空心 2021-02-03 10:36

I want to retrieve token via Account Manager classes. Here is sample code that works for twitter but not for facebook plz help me.

public class AccountMana         


        
3条回答
  •  一整个雨季
    2021-02-03 11:14

    Just for information, the facebook application part of getAuthToken is not implemented. When you decompile it, you see that it just returns null.

    You should use the Facebook SDK.

提交回复
热议问题