Is there already a Google+ API? [closed]

拟墨画扇 提交于 2019-12-17 03:26:31

问题


I would like to know if there is already a Google+ API available to the developers. I have not yet found something?

The API is now here available: https://developers.google.com/+/


回答1:


https://services.google.com/fb/forms/plusdevelopers/ This is the link to sign up for Google+ API access.




回答2:


The official Google+ API can be found at: http://developers.google.com/+/api/




回答3:


There is an unofficial API, PHP.GooglePlusAPI, that you can use this to fetch public data. It's something to play around with while we're waiting for the full official API from Google:

Update:

I've just added support for feed posts as well. You can use this library in your server-side code to read a public profile, post, and relationship data, cache it in a MySQL database, and serve the data to a front-end as a JSON or JSONP service.




回答4:


Google just announced the developer's page

https://developers.google.com/+/




回答5:


Check out the following - both work pretty well:

https://github.com/jmstriegel/php.googleplusapi

http://code.google.com/p/javaplus/




回答6:


I think that you'll find this article a good read.

Google Plus doesn't have a public API yet, nor has it announced when one will be available. But if you want to find out about future developer opportunities, Google has a mailing list you can sign-up for to receive more information in the future.

Taken from article linked above.




回答7:


It is just released..
http://www.globinch.com/2011/09/15/google-api-released-supports-access-to-public-data/




回答8:


The API itself is there - it's restful, and requires a client library for each language in order to be used.

Here is one for Java: Googl-plus-java-api




回答9:


For Android developers, visit here: https://developers.google.com/+/mobile/android/



来源:https://stackoverflow.com/questions/6518150/is-there-already-a-google-api

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