简体   繁体   中英

How to integrate Google+ in to android application same as facebook?

Hey I know this may be the duplicate post from other google plus post. But I still found nothing useful using that I can started my development. I want to integrate Google+ with my android application same as Facebook integration.

I want to show the latest posts as well as I want to post my application data from my application.

Can anyone help me to achieve this goal...??

Thanks in advance.

Something for you interested..

Google+ Platform Java API Starter Project

These starter projects demonstrate use of the Google+ APIs and development best practices. You can use them as a starting point for building your own Google+ applications.

These starter projects are the easiest way to get up and running with each library. They include everything needed to use OAuth authentication and demonstrate a few simple API calls . Even though some languages may not have starter projects, you can still use those libraries with Google+ . Check the project home page for the library for instructions on how to get started.

They are available for these platforms:

* Command line
* Google AppEngine
* J2EE web application
* Android 

Also play with LiveDemo


UPDATE:

Yes, you can integrate LinkedIn to your android application.

LinkedIn

LinkedIn provides a REST based API . you can code to that API using the Apache HTTP Client

visit the LinkedIn Developers site here

also this might be helpful (I am not familiar with it, though): http://code.google.com/p/jlinkedin-linkedin-java-api/

Also Here is the sample project and Source-Code

Also look at this SO Question Posting LinkedIn message from Android application and LinkedIn integration with Android ..

Thanks...

您可以使用Google+ API https://developers.google.com/+/overview可能无法发布到活动流。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM