Skip to content

Can somebody explain further difference of using Essential and Elevated? #235

Answered by alkihis
jisungyoon019 asked this question in Q&A
Discussion options

You must be logged in to vote

As @PLhery said, Essentials level only gives you access to v2 endpoints. But you're not restricted on authentication method (OAuth 1/2, App only, etc.)

If you want to send tweets for your accounts, or get your own tweets, here's a quick guide.

  • Create a client linked to your user
const client = new TwitterApi({
  // appKey/appSecret are identifiers for your application on Twitter
  appKey: '', // < Here's the "consumer key" available on the dev portal
  appSecret: '', // < Here's the "consumer secret" available on the dev portal

  // access keys are special keys defining an association between your application and a Twitter account
  accessToken: '', // < Here's your "access token", whi…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jisungyoon019
Comment options

Answer selected by jisungyoon019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants