smartchicago / foodborne

Manages tweets about food poisoning in Chicago and presents Open311 form for reporting incidents.
http://foodborne.smartchicagoapps.org/
29 stars 11 forks source link

Twitter no longer supports REST API V1 #41

Closed jolson7168 closed 11 years ago

jolson7168 commented 11 years ago

Getting the following from Twitter:

{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}

I've got v1.1 code, I'll get it up and running ASAP (sometime today).

No food poisoning tweets until then

RaedMan commented 11 years ago

Does that mean the first 7 tweets classified in the app will be reclassified after the update or are those lost?

jolson7168 commented 11 years ago

Closed. Code ported over to v1.1, I need to clean some stuff up before checking back in to Github, but we are back up and running. The json returned by Twitter for a v1.1 call differs from the v1 call, and it broke the UI. Will create a new issue to fix. It is a trivial fix.

All tweets that were missed for the last 48 hours have been back collected, stored, and back classified. We shouldn't be missing any data.