ushahidi / SwiftRiver-Core

SwiftRiver Core Applications
6 stars 3 forks source link

Depracated Twitter API #29

Open ditorelo opened 10 years ago

ditorelo commented 10 years ago

Manager is using deprecated API on https://github.com/ushahidi/SwiftRiver-Core/blob/master/twitter/manager.py#L259 and causing 403/406 errors.

ekala commented 10 years ago

Ah yes. About a year ago, Twitter revised their API policies requiring all requests to be signed and imposed per-endpoint rate limits on their endpoints. However, we didn’t get round to implementing these changes on the Twitter streaming application because at the time, we were streaming the data via a Twitter data partner (so were shielded from having to implement the API policy changes)

That said, I’ll make the necessary changes.

Thanks.

On Mar 19, 2014, at 12:14 PM, Diogo Freire notifications@github.com wrote:

Manager is using deprecated API on https://github.com/ushahidi/SwiftRiver-Core/blob/master/twitter/manager.py#L259 and causing 403/406 errors.

— Reply to this email directly or view it on GitHub.