Is there already a Google+ API? [closed]
Asked Answered
R

9

104

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/+/

Robbegrillet answered 29/6, 2011 at 9:7 Comment(2)
There is native app in Android Market :) market.android.com/details?id=com.google.android.apps.plus. So, there is some API but not public :)Mouldy
Updated URL to Google + REST-API is: Google+Bwana
M
95

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

Monogenesis answered 30/6, 2011 at 14:29 Comment(0)
D
18

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

Density answered 15/9, 2011 at 19:6 Comment(0)
S
14

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.

Soekarno answered 12/7, 2011 at 22:42 Comment(1)
the official Google PHP client library: code.google.com/p/google-api-php-clientTrapshooting
G
7

Google just announced the developer's page

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

Guizot answered 15/9, 2011 at 22:52 Comment(0)
N
5

Check out the following - both work pretty well:

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

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

Nates answered 13/7, 2011 at 17:11 Comment(0)
H
3

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.

Hammons answered 1/7, 2011 at 8:45 Comment(0)
Y
1

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

Yasukoyataghan answered 15/9, 2011 at 20:14 Comment(0)
W
1

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

Wildon answered 11/10, 2011 at 21:10 Comment(0)
W
0

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

Williemaewillies answered 8/7, 2012 at 10:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.