Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android integrate google+ in app

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.

like image 632
anddev Avatar asked Feb 24 '23 10:02

anddev


2 Answers

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

like image 61
dgrant Avatar answered Mar 08 '23 13:03

dgrant


Here is the link to the Google APIs. https://developers.google.com/+/mobile/

You can create your application, and add several APIs to it (Youtube, Google+, etc). There are several samples.

Hope its useful

like image 23
fergerm Avatar answered Mar 08 '23 14:03

fergerm