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
43
votes
9 answers

The signing fingerprint you specified is already used by another Android OAuth2 client

Some time ago I created an example project (lets call it "example project") with Oauth2 client id for android application in Google APIs console. I also added SHA1 fingerprint and package name (for example com.package.name). My mistake was that an…
Elena
  • 503
  • 1
  • 5
  • 10
42
votes
3 answers

How to correctly use Google Plus Sign In with multiple activities?

What would be a good/recommended way of tying up the Google+ api client life cycle with the flow of a multi-activity app? Make the activities depend on the onConnected api client method to trigger its functionality, use it as a one-time only…
Acapulco
  • 3,373
  • 8
  • 38
  • 51
42
votes
20 answers

"An internal error occurred" with integration of Google Plus Login

I am trying to integrate a Google plus Login in my application as per the instruction provided by following link : https://developers.google.com/+/quickstart/android#install-sdk I am following all the instructions perfectly. And when I run the…
Hardik Nadiyapara
  • 2,436
  • 2
  • 17
  • 24
41
votes
10 answers

Preventing automatic sign-in when using Google+ Sign-In

I am in the process of integrating Google+ sign in with my site, which also lets users sign in with Twitter and Facebook. The sign in page of the site therefore has 3 buttons, one for each of the services. The issue I am having is in the following…
lamplightdev
  • 2,041
  • 1
  • 20
  • 24
40
votes
9 answers

Can I edit the text of sign in button on Google?

I am integrating my application with google plus. I have installed google play services and signed in to my account. Also I could publish and plus one for what ever I want. My problem I can't change the text of the sign in button. My code…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
39
votes
4 answers

How does Google know my Computers's name?

I was entering my Google account recently and noticed that not only did it say which browser I was currently using - it also knew the exact name of the computer I was using. How is Google able to fetch these informations? I have been browsing the…
Corfitz.
  • 1,864
  • 3
  • 31
  • 53
38
votes
1 answer

What does the RC_SIGN_IN means in googleplus login

I need to add login with google plus button to my app. I followed google's documentation in this Link. But in signin method there is a value called RC_SIGN_IN. I do not know what are the values I should assign to RC_SIGN_IN.
Choxmi
  • 1,584
  • 4
  • 29
  • 47
36
votes
7 answers

Enable NuGet Package Restore on Visual Studio 2013

I'm following this easy tutorial to start coding with the Google+ API in C#. However, I've been stuck for hours on Step 3, where the first substeps are: In Visual Studio, click Project > Enable NuGet Package Restore > answer Yes in the…
34
votes
4 answers

How to get user email from google plus oauth

Link: https://sites.google.com/site/oauthgoog/Home/emaildisplayscope From the link above I add the email scope https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/userinfo.email But I dont understand the following Once you have…
Marian Petrov
  • 625
  • 2
  • 9
  • 21
33
votes
5 answers

What's the best column type for Google+ User ID?

Google+ has very long User IDs 104560124403688998123 (21 characters), which is not possible to input into BIGINT field (not unsigned) What column type would you use for such IDs ? I do not think that varchar is good idea
genesis
  • 50,477
  • 20
  • 96
  • 125
33
votes
9 answers

Google+ sign out from a different activity

I have started using the Google+ API for android, and I have created a sign-in application following this tutorial: https://developers.google.com/+/mobile/android/sign-in Now, the problem is that I want to create the sign out button from a different…
rel-s
  • 6,108
  • 11
  • 38
  • 50
33
votes
3 answers

Do services other than Facebook use Open Graph?

Will other services other than Facebook use Open Graph tags when scraping the page for sharing information? Meaning, if I have an AddThis button (for example) on a page, which allows sharing to Facebook, Google+, and Pinterest etc., will any of the…
JasonStoltz
  • 3,040
  • 4
  • 27
  • 37
32
votes
11 answers

Google API: getting Credentials from refresh token with oauth2client.client

I am using googles official oauth2client.client to access the google plus api. I have a refresh token (that does not expire) stored in a database, and need to recreate the temporary "Credentials" (access token) from that. But I could not find a way…
bjelli
  • 9,752
  • 4
  • 35
  • 50
31
votes
1 answer

What is the difference between Google Identity Toolkit, Google OAuth, Firebase Auth and Google+ sign in

For my understanding, Google Identity Toolkit provides a layer for login with different accounts, like Facebook, Yahoo etc. but how does that differ from the Google OAuth implementation? And regarding Google+ sign in, it is still using OAuth, but…
31
votes
3 answers

google+ for android ( getting null pointer)

I am trying to incorporate Google+ for Android by going through this official google documentation . After following the steps given: Dwnload latest SDK Using Android 4.4.2, Configured Eclipse to use Java 1.7( though it's saying to use 1.6, I…
Sk Saad Al Mahmud
  • 2,984
  • 2
  • 24
  • 22