I am trying to access the Search API for a student project. I have an API key, API secret, Access token, Access token secret. I am using the following url:
https://api.twitter.com/1.1/search/tweets.json??=%40twitterapi
The response is:
{“errors”:[{“code”:215,“message”:“Bad Authentication data.”}]}
I know I need to authenticate, but I’m not sure where to put the API key, etc. Do I include it as part of the url?