i get this error everytime i try to login and connect using my code... what does it mean? stdClass Object ( [request] => /1/account/verify_credentials.json?oauth_consumer_key=xxxxxxxxxxxxxxxxxx&oauth_nonce=xxxxxxxxxxxx&oauth_signature=xxxxxxxxxxxxxxxx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1298015805&oauth_token=&oauth_version=1.0 [error] => Could not authenticate you. ) xxxxxxxxx <--- thats removed information for security. but what does this error mean? its driving my crazy i gotta fix it. -Dom
At first glance your missing your oauth_token. Might be missing call to request_token to obtain. Might be your issue. stdClass Object ( [request] => /1/account/verify_credentials.json?oauth_consumer_key=xxxxxxxxxxxxxxxxxx&oauth_nonce=xxxxxxxxxxxx&oauth_signature=xxxxxxxxxxxxxxxx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1298015805&oauth_token=&oauth_version=1.0 [error] => Could not authenticate you. )