Top "Oauth-2.0" questions

OAuth (Open Authorization) is an open protocol framework to allow secure API authorization in a simple and standardized way for desktop, mobile and web applications.

OAuth 2.0: Benefits and use cases — why?

Could anyone explain what's good about OAuth2 and why we should implement it? I ask because I'm a bit confused …

oauth oauth-2.0
Where can I find a list of scopes for Google's OAuth 2.0 API?

The example I'm working with specifies the scope in the OAuth request as: scope=https%3A%2F%2Fwww.googleapis.com%2…

oauth-2.0 google-authentication
How to use OAuth 2 - OAuth 2 C# example

I have to figure out how to use OAuth 2 in order to use Deviantart api. I got the client_id …

c# oauth oauth-2.0 dotnetopenauth
What is the purpose of the implicit grant authorization type in OAuth 2?

I don't know if I just have some kind of blind spot or what, but I've read the OAuth 2 spec …

oauth user-agent oauth-2.0
Refreshing OAuth token using Retrofit without modifying all calls

We are using Retrofit in our Android app, to communicate with an OAuth2 secured server. Everything works great, we use …

android oauth-2.0 retrofit
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
How to identify if the OAuth token has expired?

My iOS mobile app consumes services that are implemented with the OAuth2.0 protocol. The OAuth access token comes along with …

ios oauth-2.0
Can you get a public Facebook page's feed using Graph API without asking a user to allow?

I've never used Facebook's Graph API, or OAuth. I'm simply trying to get a public Facebook page's feed using the …

javascript facebook facebook-graph-api client-side oauth-2.0
Oauth2 Instagram API "redirect URI does not match registered redirect URI"

I am working on a Rails application which is in development mode and it can register with omniauth. The host …

ruby-on-rails oauth-2.0 omniauth instagram