[twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Norman Paniagua
I get this error whenever I try to post or get something, but the connect its ok because I get the tokens, my code is ?php require_once(PK_APP_DIR . 'libs/twitteroauth/twitteroauth.php'); function twitterAction() { if (!empty($_GET['oauth_token'])) {

Re: [twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Abraham Williams
I don't see you exchanging the request token for an access token anywhere. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Dec 1, 2010

Re: [twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Norman Paniagua
Oh! thanks, I was omited the access token. For others that has this problem request token and access token isn't the same. --- Norman Paniagua 2010/12/1 Abraham Williams 4bra...@gmail.com I don't see you exchanging the request token for an access token anywhere. Abraham -