-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More than two key pairs? #35
Comments
Figuring out. API Key and API Key Secret are the Consumer Keys, according to the app page in the Dashboard. About the |
Output:
Update: This is because the poster account is Essential, not Elevated. To apply for Elevated: https://developer.twitter.com/en/portal/products/elevated |
@danimesq Could you solve it??? I applied for Elevate... but I still don't have access... does it take long? |
Getting all Keys
Consumer tokens
Access Tokens
|
This script was copied from https://github.com/piroor/tweet.sh Go to https://developer.twitter.com/en/portal/products/elevated to generate the keys. 1. The discussion on how to piroor/tweet.sh#35 (comment) 2. Create file $ cat ~/.tweet.client.key MY_SCREEN_NAME=marcellodesales MY_LANGUAGE=en CONSUMER_KEY=0ud4****kAfaE CONSUMER_SECRET=UZ18Q****E73kPpO ACCESS_TOKEN=2806784*****ZJV9CM ACCESS_TOKEN_SECRET=5H8y****JNcQK 3. Call ./tweet.sh post "Message"
Which one of these pairs are
API Key
andAPI Key Secret
that Twitter just gave?And the other, how to find?
Twitter also generated a
Bearer Token
.And how to login the screen name account?
The text was updated successfully, but these errors were encountered: