Redirect to Twitter X for authentication
GET/auth/redirect/twitter
deprecated
This endpoint redirects the user to the Twitter OAuth authorization URL.
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...