Questions tagged [google-plus]

Integration of applications or websites with the Google+ platform. Google+ is a enterprise social networking service operated by Google Inc.

Consumer Google+ Shutdown

Google+ APIs and integrations for web and mobile apps were shut down on March 7, 2019. This includes Google+ Sign-in and OAuth token requests with Google+ scopes.

Documentation

Client Libraries

Official:

Third-Party:

Resources

Tag Usage

4133 questions
636
votes
47 answers

SHA-1 fingerprint of keystore certificate

Is the method for getting an SHA-1 fingerprint the same as the method of getting the fingerprint? Previously, I was running this command: It's not clear to me if the result I'm getting is the SHA-1 fingerprint. Can somebody clarify this?
user2208349
  • 7,429
  • 5
  • 26
  • 35
130
votes
8 answers

Adding a Google Plus (one or share) link to an email newsletter

I am trying to find a way to embed a share/+1 link for Google+ in a Newsletter, much like the Facebook share and tweeter tweet links can be embedded in a newsletter, which can be achieved with the following two…
Dogoku
  • 4,585
  • 3
  • 24
  • 34
124
votes
26 answers

Error: Status{statusCode=DEVELOPER_ERROR, resolution=null}

I am usign gplus sign in, and getting this error at time I am in onActivityResult.... @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); …
Gurvinder Singh
  • 2,157
  • 3
  • 15
  • 21
104
votes
9 answers

Is there already a Google+ API?

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/+/
Mark
  • 7,507
  • 12
  • 52
  • 88
98
votes
12 answers

Getting Google+ profile picture url with user_id

I know that lots of social network APIs provide a way to construct a url to the profile picture of a user, using their user_id or username. For Facebook it looks like this: http://graph.facebook.com/user_id/picture?type=square Now is there something…
ArVan
  • 4,225
  • 8
  • 36
  • 58
92
votes
6 answers

How to post in Google+ wall

I want to share some information in Google+ wall from my application. For that I go through the Google+ API. In that API they are mentioning how to get access token of a particular user, but they do not mention how to post in users wall using the…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
88
votes
13 answers

Google OAuth API to get user's email address?

I am playing with Google's OAuth 2.0 Playground using my own personal Google account, but I cannot seem to recover my Gmail address using the playground. The scope I am using is: email profile https://www.googleapis.com/auth/plus.login But when I…
RevolutionTech
  • 1,334
  • 2
  • 14
  • 17
79
votes
3 answers

What does role="button" mean?

I found that in Google+ Project's page that buttons are all made from divs like:
I'd like to know, is this just for semantic purposes, or does it influence the style or event handling of the
? I tried to simulate a…
wong2
  • 34,358
  • 48
  • 134
  • 179
74
votes
10 answers

Social Share Links with Custom Icons

I'm looking for any solid current information on creating custom share icons for the following. Facebook Twitter Google + LinkedIn Pinterest All the documentation I keep getting to seems to be about using THEIR social like / share buttons - which…
bigmadwolf
  • 3,419
  • 3
  • 30
  • 44
61
votes
17 answers

Keep getting a "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup" when attempting to google plus login on my web app

I'm trying to implement Google plus sign up on my web app and I followed the google docs to set up the sign up however when I attempt a signup after accepting permissions and using the access token returned to me any api restcall I make returns the…
Michael Nana
  • 1,969
  • 4
  • 24
  • 36
60
votes
6 answers

New Google Now and Google+ card interface

Google Now and Google+ (Android) both make use of a card-like interface. I was wondering if anyone had any idea how this interface can be replicated on Android. They both have quite interesting animations for displaying new cards too; any thoughts…
HBG
  • 1,731
  • 2
  • 23
  • 35
45
votes
10 answers

Retrieving a user's public google/gmail picture

I'm writing an email-based application using the gmail-api, and i need to retrieve user public images for email address originating from google. I've seen other applications do that, but i can't seem a way to reliably get this data. some more…
shaish
  • 1,479
  • 1
  • 12
  • 23
45
votes
5 answers

How to get all comments on a YouTube video?

Since Google has deprecated the YouTube v2 API, I cannot find a way to get all the comments from a video. Is it possible to use a single, non-deprecated API (Google+, YT v3) to do that? I am not concerned about maintaining threading.
Paulie
  • 1,567
  • 4
  • 16
  • 21
45
votes
3 answers

Google+ API : Get Profile's currentLocation

I'm currently building a test and trying to get a google+ user location. I'm testing on myself and have set my position to public. I was originally planning to use Google Latitude, however, since Google is deprecating this API in a few days, my only…
littlebridge
  • 691
  • 6
  • 10
43
votes
1 answer

Google Plus button code warns: "Unsafe JavaScript attempt to access frame" in Chrome

I am trying to add a Google Plus button to my site, and keep getting JavaScript safety warnings, despite the fact that I am using Google's recommended code, on Chrome. I have reproduced the errors with code copied straight from Google Webmaster's…
Richard
  • 31,629
  • 29
  • 108
  • 145
1
2 3
99 100