Skip to main content
GET
Redirect to Facebook OAuth

Response

200 - application/json

Facebook OAuth URL

OAuth provider URL for redirect-based authentication

provider
string
required

Provider key this URL belongs to (e.g. google, facebook, apple).

auth_url
string<uri>
required

Fully-formed provider authorization URL to redirect the user to; carries the server-issued OAuth state.

redirect_uri
string<uri>
required

Callback URI the provider returns to after the user authorizes; must match the value registered with the provider.

meta
object