Hi! I think this problem may be somewhat related with this discussion: https://dev.twitter.com/discussions/10693
However I’m trying API 1.1 on (Cake)PHP.
I seem to authenticate just fine on ‘/1.1/account/verify_credentials.json’ while supplying my oauth_consumer_key, oauth_consumer_secret, oauth_token, and oauth_token_secret over ‘GET’ method.
Now when I try to call ‘/1.1/users/search.json’ and supplying the same oauth parameters and same ‘GET’ method, It returns with a message:
‘Could not authenticate you’ code 32.
I even tried ‘POST’ method and it’s still the same error.
I’ve been searching and trying out things to no avail. I’m hitting a wall with this already. What am I missing out?