Emmanuel
unread,Feb 21, 2009, 2:14:45 PM2/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
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?