-2

I wanted to start learning about Twitter API V2 so, I created a developer account and created my first app. I saved the api key, api key secret and my Bearer token. But when I tried the example in the documentation in my terminal it didn't work.

what I am doing wrong ? error I got

wolfwood
  • 1
  • 2
  • Please do not post screenshots. I realise that you may have done this to hide your secret value, which is good practice, but you should post in text instead (and replace your secret with something else) – Andy Piper Apr 13 '22 at 13:58

1 Answers1

0

Remove the < and > characters from the bearer token string value. They are there to denote that the whole value should be replaced with your bearer token.

Andy Piper
  • 11,422
  • 2
  • 26
  • 49