Display twitter feed in Android App using twitter API 1.1

前端 未结 4 1144
慢半拍i
慢半拍i 2021-01-15 02:02

Basically i want to show this feed : https://en.twitter.com/epl_live in my app. Since twitter changed its api 1.1 every call has to be authorised and all examples i\'m findi

4条回答
  •  独厮守ぢ
    2021-01-15 02:37

    With version 1.1 of the Twitter API doing calls without the authorization of a user is not yet possible, but will be soon:

    At this time, all authentication requires user context, but in the coming weeks we'll be pushing out support for a form of authentication not requiring a user context.

    They will probably release some way to have your application authenticated directly without any user login involved.

    For the moment you have to rely on version 1.0 of the API, which is still supported:

    We will be providing a 6 month window before turning off v1.0. Starting March 5th, 2013, the 1.0 endpoints will no longer be available.

提交回复
热议问题