Sign in

Login with Facebook

documented

Login using a Facebook OAuth token.

POST /api/v1/login-facebookAuthenticationno implementation yet0 runs
No 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}}}'
Login with Facebook · Rocket.Chat · OpenIntegrations