Trying to troubleshoot a ‘Invalid or expired token’ returned when using the search API with application only authentication
ie
https://api.twitter.com/1.1/search/tweets.json?q=%23sochi
Could any Oauth experts confirm the following for me
-I should be using GET
-In my Request Headers I should see ‘Authorization Bearer’ followed by base64 encoded bearer token
-I don’t need any other custom headers (i.e. content-type, etc) in my Request Headers
I assume that the issue must reside in the creation of my Authorization header (base64 encoded bearer token). How can I check this?