已经有 Google + API 了吗?

我想知道是否已经有一个 Google + API 可供开发人员使用。我还没有找到什么?

这里提供了 API: https://developers.google.com/+/

24927 次浏览

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

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.

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.

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

Google just announced the developer's page

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

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

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