OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user.
I have an HttpClient that I am using for a REST API. However I am having trouble setting up the …
c# rest oauth windows-runtimeI have noticed that Facebook seems to support Device Login with a token / PIN Code instead of user/login to …
facebook oauth console facebook-login televisionLet me first start with saying I've searched for an answer to this question for quite some time... I'm trying …
facebook laravel facebook-graph-api oauth laravel-socialiteI have a new SPA with a stateless authentication model using JWT. I am often asked to refer OAuth for …
authentication oauth oauth-2.0 jwtI want to build a RESTful web service using ASP.NET Web API that third-party developers will use to access …
c# asp.net-mvc oauth asp.net-web-apiI'm really trying to understand the difference between OpenID and OAuth? Maybe they're two totally separate things?
authentication oauth openidImportant notice: If you register for testing, go to your profile settings and to your interests add delete profile. Trying …
facebook facebook-graph-api meteor oauthSection 4.2 of the draft OAuth 2.0 protocol indicates that an authorization server can return both an access_token (which is used …
security oauth access-token refresh-tokenIn very simple terms, can someone explain the difference between OAuth 2 and OAuth 1? Is OAuth 1 obsolete now? Should we be …
oauth oauth-2.0 authorizationIs it possible to get information from user's profile via Google API? If it is possible, which API should I …
oauth google-api userinfo