WTF!
Building an Adobe AIR twitter search appliance using Application only auth. I can correctly obtain my Bearer token, but ALL search requests result in
{
“errors”: [{
“message”: “Invalid or expired token”,
“code”: 89
}]
}
So, what is it, INVALID or EXPIRED?
I notice that in my Response Headers for my Bearer token there is an ‘expires’ header with a value of Tue, 31 Mar 1981 05:00:00 GMT
Does this apply to the bearer token itself?
These ambiguous error messages are giving me (and I’m sure lots of other developers) TONS OF GRIEF!
Ho do we debug requests with bearer tokens when we receive this message???
Please help…anyone!!!