Hi Emmanuel,

Since we improved the error messaging a bit that error message now leads to something useful. When we tried to lookup your token it was not found. Was this right after you exchanged the request token for an access token, or had some time passed?

Thanks;
  — Matt

On Feb 21, 2009, at 11:14 AM, Emmanuel wrote:


Hey, a couple of days ago I had Twitter OAUTH working just fine for
GET requests, but when I tried a few today, I keep getting invalid /
expired Token.

I still didn't get any POST requests to work btw, but that's a
different thread.

This is super weird, below is my return:

[request] => Array
               (
                   [#text] => /favorites.xml?
oauth_version = 1.0 &oauth_nonce = 69d47b6fef9cfa10dc7fdcbf58cd0f29 &oauth_timestamp = 1235243383 &oauth_consumer_key =mykeyhere&oauth_token=tokenHere&oauth_signature_method=HMAC-
SHA1&oauth_signature=signature_here
               )

           [error] => Array
               (
                   [#text] => Invalid / expired Token
               )

Is this happening to anyone else?

Reply via email to