Top "Google-oauth" questions

Google APIs use the OAuth 2.0 protocol for authentication and authorization.

Can a public IP address be used as Google OAuth redirect URI?

I'm trying to set a web service that needs the user's Google Latitude info, so I'm using Google OAuth to …

google-oauth
Google API OAuth2, Service Account, "error" : "invalid_grant"

I'm trying to use service account to sync calendars from Dynamics CRM software to Google. During this I faced lack …

oauth google-api google-calendar-api google-oauth google-api-dotnet-client
How to set callback URL for Google OAuth?

I am using Google OAuth to authenticate the user in my GAE application. After the user clicks on "Grant Access", …

oauth google-oauth callbackurl
Force google account chooser

Is there is a way I can force the google account chooser to appear even if the user is logged …

google-oauth
idpiframe_initialization_failed in Google Sign In from Localhost

I'm trying to create a Google Sign In button by following this link. So far the account choose dialogue box …

javascript google-api google-oauth google-signin google-plus-signin
What does "offline" access in OAuth mean?

What exactly does the word "offline" mean with regard to the offline access granted by an OAuth server? Does it …

oauth google-api google-oauth
Error: "message": "Login Required" when use Youtube Analytics API

I am working with youtube api. when I hit this url "https://www.googleapis.com/youtube/analytics/v1/reports?ids=…

oauth google-api google-oauth youtube-data-api youtube-analytics-api
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 …

android google-api google-plus google-oauth oauth2client
How to Access Google Calendar REST API v3 with Java

I'm working on a project where I have to access a set of Google Calendars using REST and working with …

java google-api oauth-2.0 google-calendar-api google-oauth
Cannot resolve GoogleSignIn and GoogleSignInClient

I am not able to use GoogleSignIn(com.google.android.gms.auth.api.signin.GoogleSignIn ) and GoogleSignInClient(com.google.android.…

android google-api google-oauth