https://github.com/CakeDC/oauth_lib
I use Cakedc's oauth_lib, but i stuck at this code:
$RequestToken = $this->Session->read('request_token');
$AccessToken = $RequestToken->getAccessToken(array('oauth_verifier' =>
$options['oauth_verifier']));
$response = $AccessToken->request('GET', 'http://api.twitter.com/1/
help/test.json');
debug($response) i get error 4.01
[raw] => Array
(
[status-line] => HTTP/1.1 401 Unauthorized
......................
[body] => {"request":"\/1\/help\/
test.json","error":"Incorrect signature"}
[response] => HTTP/1.1 401 Unauthorized
)
I tested with many case but it don't work.
please, help me .
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en