Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating Twitter Api on ANDROID (using native api from twitter)

Recently the Twitter kit is going to lose the support and I'm wondering what's is the right and recomended way to integrate to show feed tweets from search (using the api native or some new alternative to twitter kit) now and futter.

The most tutorial online is deprecated or uses twitter kit not work for some changes that Twitter made on your service and fails on oAuth.

The Question is how integrate twitter now in this year with the new native api on Android Api-28

If some one have a sample or start project I apreciated.

like image 901
exequielc Avatar asked Dec 31 '18 19:12

exequielc


People also ask

How can I connect my app to Twitter?

On the website of the app you want to connect, find the button/link asking you to connect your Twitter account (usually "Connect to Twitter", "Sign in with Twitter" or something similar). You'll be routed to a Twitter website asking you to authorize the app to use your account.


1 Answers

There are several alternative solutions for displaying Tweets in your app without Twitter Kit. You can render Embedded Tweets and Timelines within webviews using Twitter for Websites. You can fork the Twitter Kit project and build it into your app, or copy the parts you need into your app. Or you can use Twitter’s standard API to power your own native displays.

like image 134
Ali Ahsan Avatar answered Oct 06 '22 00:10

Ali Ahsan