twitteroauth2-0
Reactive icon

Twitter OAuth 2.0

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 28 November 2022
 by 
0.0
 (0 ratings)
twitteroauth2-0

Twitter OAuth 2.0

Documentation
1.0.0

Twitter OAuth 2.0 Flow


Twitter OAuth 2.0 Implementation

  1. Create an account on Twitter Developers Portal;
  2. Apply to Twitter API Elevated Access;
  3. Create a Project and an Application on Twitter Developers Portal;
  4. Set an allowed Callback URI / Redirect URL; 
  5. Write your Keys and Tokens in a safe file;
  6. Assign the value of your Keys to the Site Properties;
  7. Use the Twitter User Info ("Response") to create a User in your application.


Twitter API v2 - Endpoints

  • POST oauth2/token
  • POST oauth2/revoke
  • GET users/me


Official Documentation

Twitter


OAuth