Android integrate google+ in app

我只是一个虾纸丫 提交于 2019-12-18 17:13:50

问题


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.


回答1:


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




回答2:


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




回答3:


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




回答4:


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/



来源:https://stackoverflow.com/questions/6869343/android-integrate-google-in-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!