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
31
votes
3 answers

Download image from new Google+ (plus) Photos Application

Recently Google added the Photos app for Google+ (plus) and it shows up when you launch an Intent to choose an image. However, if I select an image from Google+ Photos and try to use it in my application none of my current logic is able to return a…
Jason
  • 1,238
  • 1
  • 15
  • 18
30
votes
3 answers

Adding a Google +1 button in Android App

I was just wondering if there was anyway to add a Google +1 button inside my Android app. I have seen a +1 on the Android Market so I would think there would be some way to do this.
Emil Davtyan
  • 13,808
  • 5
  • 44
  • 66
30
votes
3 answers

google plus api: "insufficientPermissions" error

I am searching the google plus with api Here is my Url: https://www.googleapis.com/plus/v1/activities?query=internet%20marketing&access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx here is response: { "error": { "errors": [ { …
butanijayanti
  • 309
  • 1
  • 4
  • 8
29
votes
4 answers

How to access the new Gmail API from my Android app?

I am trying to access the new Gmail API (announced 25.06.2014) from my Android app in order to return all e-mail messages in a certain users's account. I am developing the app in Eclipse using the ADT plug-in. What I have done so far: I registered…
ViktoriaDoneva
  • 293
  • 1
  • 3
  • 7
29
votes
3 answers

Google+ signinCallback called twice and losing authresult in process

There is a bug in my code. I am able to sign in and retrieve user information. But the signinCallback is called again(I don't know how). And it shows User information that I had earlier is gone! Here is the HTML side:
user3528581
  • 311
  • 2
  • 4
28
votes
4 answers

How to get the access token from Google Sign-In Javascript SDK?

I have a simple single-page javascript webapp which uses "Google Sign-In for Websites": https://developers.google.com/identity/sign-in/web/sign-in How can I get an access token for the user? I need a verifiable assertion of the user's identity on my…
stickfigure
  • 13,458
  • 5
  • 34
  • 50
28
votes
8 answers

Android Google+ integration - repeated UserRecoverableAuthException

We have contacted Google about this and we are on chat The issue seems to be fixed for devices except Samsung phones. I'm adding a Google+ sign in option to an app per the official instructions. Once the user has selected their account I would like…
Arkaaito
  • 7,347
  • 3
  • 39
  • 56
27
votes
5 answers

Get reviews from google map api

I have to get reviews from Google map API. details are on this page. https://developers.google.com/places/documentation/details#PlaceDetailsResults the details will fetch from this page:-…
Himanshu Pandey
  • 1,250
  • 2
  • 23
  • 38
26
votes
1 answer

How to get refresh token for google plus in android?

I am using following code to get the access token for google plus. Is there a way to get the refresh token so that I can access the google API offline from the web server. String accountName = params[0]; String scopes = "oauth2:profile…
Anuj
  • 1,160
  • 2
  • 20
  • 40
26
votes
3 answers

How to enable Q&A app on Google Hangouts on air

Google Hangouts on air has useful application called Q&A. It allows watchers to ask speakers with text questions and even vote on these questions. In user interface, you can enable this feature for certain event on your G+ page. How do I enable Q&A…
zavg
  • 10,351
  • 4
  • 44
  • 67
25
votes
4 answers

Google+ share url: what parameters does it use?

I want to make like on Stackoverflow. I do not whant +1 button (it takes some time for loading and all page loading are little slower). I've looked on source page and didn't found any info of it... How do they do it??? On facebook this is: url =…
Vitalii Ponomar
  • 10,686
  • 20
  • 60
  • 88
25
votes
7 answers

Get User's Birthdate & Gender using Google Sign-In Android

I've integrated Google Sign-In in my application. I can get user's Email and DisplayName. Now, I want to get user's Birthdate and Gender. I've added all required requests & Scopes into GoogleApiClient which all are granted by API. here's code. …
Kasim Rangwala
  • 1,765
  • 2
  • 23
  • 44
24
votes
16 answers

Got origin_mismatch error in Google+ share api

I want to share some dynamic content on google+. For this I checked it https://developers.google.com/+/web/share/interactive#rendering_the_button_with_javascript