I like to integrate Facebook, twitter and Google plus to my app, so that using the app, user can update their status. Therefore I like to know how this can be done.
Thanks
|
I like to integrate Facebook, twitter and Google plus to my app, so that using the app, user can update their status. Therefore I like to know how this can be done. Thanks |
|||||
|
|
As for facebook and twitter, you can do this through their API. For facebook, fortunately they have provide android developer with facebook sdk for android, example included on the SDK. And for Twitter you can use external libraries as written on twitter developer docs, and there is a library called Twitter4J that is android ready. Unfortunately Google Plus API are not available yet. |
|||
|
|
|
I would highly recommend not to use those SDK since they contain a lot of bugs, and are not very reliable as far as I've seen. If you just want to share simple text from your app to Facebook or Twitter and so on... I would recommend to create a chooser to let the user pick which app from his phone he wants to user for sharing. It is simpler, more reliable and more the 'android way' of doing it. Here is the code that you have to write :
|
|||
|
|
|
Check this thread out: |
|||
|
|
|
Have you check this https://developers.google.com/+/mobile/android/getting-started ? This will guide in right way. it will definitely help you. for google plus login |
|||
|
|
|
In https://developers.google.com/+/api/ have a API to develop with Google plus I not use that but I'll start coming soon |
||||
|
|