I am developing an application that needs twittter integration. I want to perform login as user clicks twitter button from app, view tweets and also able to post tweets. No other features are needed. I want to show this in app itself and not in browser. Can anyone help me with exact source for this. I tried many codes from github and all, but am not getting. Please help.
|
|
1) Integration without Browser view Methods to directly Login to Twitter using Username and Password are Depreciated,
So one must Authenticate through Calling the Url 2) To View Tweets and Able to Post Tweets. You can use Twitter REST API or you can also use some already build Twitter Api like i have used - Twitter4J You can also find code example using Twitter4J here Code Example You will just need to Download the |
|||
|
|
|
Please view something called as the twitter API's which will help you with this . For developing Facebook applications you can use the Graph API for facebook |
|||
|
|
|
Twitter4j is the way to go. The complete list of examples to do each twitter stuff will be found here |
|||||
|