Android Fabric TwitterCore login without TwitterLoginButton

前端 未结 4 1801
别那么骄傲
别那么骄傲 2021-02-19 05:59

According to the TwitterCore documentation :

The simplest way to authenticate a user is using TwitterLoginButton.

How do you authent

4条回答
  •  清歌不尽
    2021-02-19 06:43

    You'd probably want to call the regular Twitter OAuth mechanism through something like Twitter4J. If you use the TwitterLoginButton this is all wrapped up for you via functions in Twitter Kit.

提交回复
热议问题