Created
August 29, 2020 13:24
-
-
Save robflaherty/014ad6d6aec2f4eff687bf13179363ba to your computer and use it in GitHub Desktop.
Generate Twitter API bearer token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -u '{API key}:{API secret key}' \ | |
--data 'grant_type=client_credentials' \ | |
'https://api.twitter.com/oauth2/token' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment