If your still in early development, i'd recommend
http://code.42dh.com/oauth/ Its the least complicated OAuth class i've
found, you can use the vendor or the component.

On Tue, Jan 18, 2011 at 2:21 AM, Điển vũ <[email protected]> wrote:

> 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]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>



-- 
OKALANY DANIEL,
P.O BOX 26150,
Kampala.,
Uganda.
http://okasoft.net
--
When confronted by our worst nightmares, the choices are few; Fight or
flight. We hope to find the strength to stand against our fears but
sometimes, despite ourselves, we run. What if the nightmare gives chase?
Where can we hide then?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to