Open GoogleCodeExporter opened 8 years ago
anytime you get a "json decoding" error with an api call that was working it
means one of two things:
1) Twitter's API is borked (which an hour ago it was for v1.0 calls)
2) Your oauth keys are either now dead or broken
both of these can be checked by adding debugHTTP=True to your API call - then
you will see the raw http response as Twitter seems to enjoy sending html for
some errors when responding.
Original comment by bear42
on 5 Mar 2013 at 5:52
Original issue reported on code.google.com by
hepplewh...@gmail.com
on 5 Mar 2013 at 5:33