I am not doing Bearer token anymore. So, this is what my Authorization header look like with my own API access tokens etc. I get Error code 32: “Could not authenticate you”
OAuth oauth_consumer_key=“my consumer key”, oauth_nonce=“GUID generated for every request”, oauth_signature=“created as recommended by Twitter”, oauth_signature_method=“HMAC-SHA1”, oauth_timestamp=“1545226354”, oauth_token=“API access token”, oauth_version=“1.0”
Thoughts?