Login with Facebook
documentedLogin using a Facebook OAuth token.
POST /api/v1/login-facebookAuthenticationno 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": "facebook", "accessToken": "{{OAUTH2_ACCESS_TOKEN}}", "secret": "{{ROCKET_SECRET}}", "expiresIn": {{$expiresIn}}}'