Authentication callback from Twitter / X
GET/auth/callback/twitter
deprecated
This endpoint validates Twitter token and redirects back to redirectUrl.
Request
Query Parameters
redirectUrl uri
The callback URL to which the user will be redirected after authentication.
Responses
- 302
- default
Redirects to Twitter for user authorization
Response Headers
Location
string
URL to the Twitter OAuth authorization page
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...