0

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.

anddev
  • 3,144
  • 12
  • 39
  • 70

2 Answers2

1

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...

Community
  • 1
  • 1
user370305
  • 108,599
  • 23
  • 164
  • 151
  • Thanks for your reply. I saw this sample its really nice. But I want to integrate Google+ same as we integrate Facebook in our android app. Have you any idea like that. In this tutorial user can only see the post but user cannt post the any data from android app. :( – anddev Dec 22 '11 at 09:32
  • Google+, still now not provide any sdk feature to use with Android like Facebook, The API is for core Google+ application development.. So If you want to make it you have to make application as per your need.. – user370305 Dec 22 '11 at 09:55
  • Ok.. I see.. Thanks for advice and proper answer in right way.. Can you tell me that can we integrate LinkedIn in our app? – anddev Dec 22 '11 at 10:20
  • Thanks for your answer. Let me try. I am just informing that your sample project link is not working into your post( If anyone want then he/she will not able to find example that is why I am telling you this). Thanks. – anddev Dec 22 '11 at 11:44
0

You can use Google+ APIs https://developers.google.com/+/overview Posting to activity stream might not be allowed.

Rajdeep Dua
  • 11,190
  • 2
  • 32
  • 22