Android integrate google+ in app

2019-02-10 20:00发布

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.

4条回答
乱世女痞
2楼-- · 2019-02-10 20:05

Integration of Google Plus into your android application requires following prerequisites

  1. Enable Google+ API on Developers Console and create credentials for your application authentication

  2. Configuring Google Play Services in Eclipse

  3. Create Android Application with Google Plus Sign In

You can check detailed step by step tutorail at

http://androidsrc.net/integrating-google-plus-sign-in-into-your-android-application/

查看更多
手持菜刀,她持情操
3楼-- · 2019-02-10 20:09

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

查看更多
我命由我不由天
4楼-- · 2019-02-10 20:10

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

查看更多
登录 后发表回答