Are you still having this problem? On Nov 30, 6:53 pm, michael sean <[email protected]> wrote: > I can't figure this out for the life of me. I've authorized my > application and retrieved the access token. The access token and > secret are stored in a database. Then I try to make a 'verify > credentials' query using Abraham's library, as shown in the example > code: > > $connection = new TwitterOAuth($consumer_key, $consumer_secret, > $access_token, $access_secret); > $content = $connection->get('account/verify_credentials'); > > I keep getting the following error response: > > {"request":"/1/account/verify_credentials.json?oauth_consumer_key= > [my_consumer_key] > &oauth_nonce=1e10a10ba19315ee8c935f819e082b4c&oauth_signature=a99dyAMXN7vI > %2FZqRqzHPkKrgfWw%3D&oauth_signature_method=HMAC- > SHA1&oauth_timestamp=1259628414&oauth_token=[my_access_token] > &oauth_version=1.0a","error":"Invalid / expired Token"} > > Does anyone know what could be causing this? I've checked and > rechecked the tokens and keys ad nauseum, so I think the problem is > somewhere else. > > Thanks in advance!
-- Abraham Williams | Awesome Lists | http://bit.ly/sprout608 Project | Intersect | http://intersect.labs.poseurtech.com Hacker | http://abrah.am | http://twitter.com/abraham This email is: [ ] shareable [x] ask first [ ] private. Sent from Madison, WI, United States
