Top "Oauth" questions

OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user.

What is an Endpoint?

I have been reading about OAuth and it keeps talking about endpoints. What is exactly an endpoint?

api authentication oauth endpoint
How to include Authorization header in cURL POST HTTP Request in PHP?

I'm trying to access mails of a user through Gmails OAuth 2.0, and I'm figuring this out through Google's OAuth 2.0 Playground …

php http curl oauth
Facebook Access Token for Pages

I have a Facebook Page that I want to get some things from it. First thing are feeds and from …

facebook facebook-graph-api oauth access-token facebook-page
What is the OAuth 2.0 Bearer Token exactly?

According to RFC6750-The OAuth 2.0 Authorization Framework: Bearer Token Usage, the bearer token is: A security token with the property …

oauth bearer-token
Curl error 60, SSL certificate issue: self signed certificate in certificate chain

I try to send curl request with my correct APP_ID, APP_SECRET etc. to the https://oauth.vk.com/…

php curl oauth vk
How to validate an OAuth 2.0 access token for a resource server?

When a client asks a resource server to get a protected resource with an OAuth 2.0 access token, how does this …

oauth oauth-2.0
Is there any JSON Web Token (JWT) example in C#?

I feel like I'm taking crazy pills here. Usually there's always a million library and samples floating around the web …

c# oauth oauth-2.0 jwt
Facebook Oauth Logout

I have an application that integrates with Facebook using Oauth 2. I can authorize with FB and query their REST and …

facebook oauth logout
How to use OAuth2RestTemplate?

I'm trying to understand how to use a OAuth2RestTemplate object to consume my OAuth2 secured REST service (which is …

spring api rest oauth spring-security