How to get user information from twitter in android app?

前端 未结 5 1711
囚心锁ツ
囚心锁ツ 2020-12-01 19:59

I am integrating twitter in my android app. I am able to authorize the app for the user. Now, I am looking for the API which gives me logged users information like first nam

5条回答
  •  旧巷少年郎
    2020-12-01 20:35

    There are a few tutorials here that can help you get an app running with twitter..

    if you just need to retrieve info for a specific user, you can look here (includes source code):

    Basic Adroid Twitter Integration

    If you want to interact with twitter (e.g. post updates etc) then you will need to setup OAuth connection:

    Android and Twitter integratin using OAuth

提交回复
热议问题