Can anyone used Google+ in android app? I searched about the same thing but I found nothing. If anyone have any idea or related code then please post here.

Thanks.

link|improve this question

33% accept rate
feedback

3 Answers

up vote 7 down vote accepted

There is no public API yet, but you can sign up for updates here:

https://services.google.com/fb/forms/plusdevelopers/

A basic Java library is available here: http://code.google.com/p/javaplus/

And a basic PHP library here: https://github.com/jmstriegel/php.googleplusapi

link|improve this answer
1  
Beat me to it good sir. Looking forward to the API, can imagine some powerful functionality being built around the platform. – TomHarrigan Jul 29 '11 at 6:24
Thanks dgrant. Its helpful for initial stage. Can you explain in detail or share the real example here? Specifically for Android application. Thanks. – Mansi Jul 29 '11 at 8:06
feedback

Google now have a Google+ Android demo project which showcases best practice and would make a good starting point for developing your own application.

link|improve this answer
Hey it is shown this type of error:: 10-10 10:20:09.212: ERROR/com.example.android.HomeActivity(1468): Unable to list recommended people for user: me 10-10 10:20:09.212: ERROR/com.example.android.HomeActivity(1468): com.google.api.client.http.HttpResponseException: 400 Bad Request 10-10 10:20:09.212: ERROR/com.example.android.HomeActivity(1468): at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:708) 10-10 10:20:09.212: ERROR/com.example.android.HomeActivity(1468): at com.example.android.HomeActivity$1.doInBackground(HomeActivity.java:59) – Mansi Oct 10 '11 at 4:52
feedback

You can also try http://code.google.com/p/google-plus-java-api/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.