Hi everyone,
I got a huge problem using oAuth with the API v1.1. Everything was good in v1.0, but now I always get an 401 error.
My authentication request looks like this:
https://api.twitter.com/1.1/search/tweets.json?q=[KEYWORD]?include_entities=true&oauth_consumer_key=[OAUTH_CONSUMER_KEY]&oauth_nonce=[OAUTH_NONCE]4&oauth_signature=[OAUTH_SIGNATURE]&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1372348640&oauth_token=[OAUTH_TOKEN]&oauth_version=1.0
Can someone tell me what’s wrong with my request?
Christine