Hello, I'm trying to access the /search/tweets.json endpoint but I get a "Could not authenticate error 32" response. I can pull up tweets from a user, perform some basic tasks using other endpoints, but /search/tweets.json is unavailable for access (despite API status page showing it's available).
Additionally, I cannot access https://dev.twitter.com/docs/using-search — I get a message "Access Denied, sorry you're not allowed to access that page". This is a link from the docs (https://dev.twitter.com/docs/api/1.1/get/search/tweets, "Using the Twitter Search API").
Body I receive via my cURL command in PHP: {"errors":[{"message":"Could not authenticate you","code":32}]}
Updates
- I've fixed the issue with the Using Search documentation page, please re-try your loading.
- It sounds like you're having an OAuth issue with preparing your search request; please use the forums for better conversational diagnosis. Provide some more detail about the query you're trying to execute and how it appears when you're sending it to Twitter.