I posted this last week, but the discussion is nowhere to be found, so I’m re-posting.
I have an issue where I’m getting:
array(2) { [“errors”]=> array(1) { [0]=> object(stdClass)#995 (2) { [“message”]=> string(26) “Could not authenticate you” [“code”]=> int(32) } } [“httpstatus”]=> int(401) }
On a production server, but I get httpstatus = 200 locally, and on a development server hosted elsewhere.
I checked the production server’s timestamp and it’s in sync with Twitter’s, so it’s not a oauth_timestamp issue.
Any ideas where else I can look?