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?