Login with Twitter
documentedLogin using a Twitter OAuth token.
POST /api/v1/login-twitterAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://rocket.chat/api/v1/login" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"serviceName": "twitter", "accessToken": "{{OAUTH2_ACCESS_TOKEN}}", "accessTokenSecret": "{{OAUTH2_ACCESS_TOKEN_SECRET}}", "appSecret": "{{ROCKET_TWITTER_APP_SECRET}}", "appId": "{{ROCKET_TWITTER_APP_ID}}", "expiresIn": {{$expiresIn}}}'