Top "Google-oauth" questions

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

Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

I am developing a website that is supposed to be responsive so that people can access it from their phones. …

angularjs asp.net-web-api google-oauth
invalid_client in google oauth2

I try to make a web page for youtube video upload, therefore I try to get the client id from …

google-oauth google-data-api oauth2-playground
Using Postman to access OAuth 2.0 Google APIs

I am trying to access Proximity Google API using Postman chrome app. I have followed tutorials on postman and google …

oauth-2.0 google-api google-api-client postman google-oauth
Where can I get Google developer key

I am working on Google API like chat, contacts and so on... I am stuck on developer_key as mentioned …

google-api google-oauth google-apps google-data-api
OAuth2 and Google API: access token expiration time?

We have a standalone Java application (see "Installed application") which runs periodically and uses Google API (updates some information from …

security google-api oauth-2.0 google-api-java-client google-oauth
How can I verify a Google authentication API access token?

How can I verify a Google authentication access token? I need to somehow query Google and ask: Is [given access …

web-services api oauth google-oauth google-authentication
Google Authenticator available as a public service?

Is there public API for using the Google Authenticator (two factor authentication) on self-running (e.g. LAMP stack) web apps?

security authentication google-oauth
Why do access tokens expire?

I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given …

oauth oauth-2.0 google-api google-oauth
Google API authentication: Not valid origin for the client

When making an auth request to the Google API (gapi), it's returning false on the checkOrigin. I have removed any …

google-api google-oauth google-analytics-api google-api-js-client