Skip to main content

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

Redirects to Twitter for user authorization

Response Headers

  • Location

    string

    URL to the Twitter OAuth authorization page

Loading...