Top "Google-oauth" questions

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

How do i implement ‘sign in with google’ on my site?

On my site I would like to allow users to sign in with a google account. I plan to use …

login gmail cross-domain openid google-oauth
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 …

email oauth google-plus google-oauth
403 Error - Thats an error. Error: disallowed_useragent

I am trying to authorise a user for Google calendar API inside an IOS app. I am using the OAuth2 …

ios iphone google-calendar-api google-oauth
OAuth2.0 token strange behaviour (Invalid Credentials 401)

Usually, Google OAuth2.0 mechanism is working great. The user confirms permission to access Google account with selected scopes. The refresh …

google-api google-oauth
Authenticate programmatically to Google with OAuth2

How can I authenticate programmatically to Google? Now that ClientLogin (https://developers.google.com/accounts/docs/AuthForInstalledApps) is deprecated, how …

java google-oauth google-login
Sign in with Google temporarily disabled for this app

We are facing the below screen when trying to authenticate to Google. The app that we are trying to authenticate …

oauth-2.0 oauth google-api google-oauth google-signin
Google OAuth 2.0 "error" : "redirect_uri_mismatch"

I spend already one day, crashed one glass and I am really angry about it, I do not understand what …

oauth google-api-php-client google-oauth
Restrict Login Email with Google OAuth2.0 to Specific Domain Name

I can't seem to find any documentation on how to restrict the login to my web application (which uses OAuth2.0 …

google-api oauth-2.0 google-oauth
How do I get user profile using Google Access Token

i'm testing getting user information by google access token http://www.mawk3y.net/glogin after clicking sign in button …

google-api signing google-oauth
Google OAuth 2.0 redirect_uri_mismatch error

I created a Google OAuth 2.0 ClientID and secret in Google Developer console After that I tested in Google OAuth playground (…

url redirect http-headers google-oauth mismatch