Back to Explorer

Facebook OAuth endpoints

Facebook OAuth endpoints and related development resources

Facebook authorization endpoint

https://www.facebook.com/v22.0/dialog/oauth
The endpoint to redirect users to in order to grant your application access to their account.

Facebook token endpoint

https://graph.facebook.com/v22.0/oauth/access_token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Facebook userinfo endpoint

https://graph.facebook.com/v22.0/me
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.