clojure-twitter icon indicating copy to clipboard operation
clojure-twitter copied to clipboard

Twitter has moved the end points for its API to 1.1 from 1

Open JMacLulich opened this issue 9 years ago • 1 comments

I'm getting 410 responses because the library is making requests to this end point:

api.twitter.com/1/statuses/home_timeline.json

when it needs to be

api.twitter.com/1.1/statuses/home_timeline.json

now.

I'm not sure if you're still taking pull requests for this project? If so I can update the URL scheme pretty easily and send it to you?

Cheers, Jason.

JMacLulich avatar Feb 25 '16 01:02 JMacLulich

Hey, sure, I'll accept a pull request. I should probably see if anything else needs to be modified.

drone29a avatar Feb 25 '16 02:02 drone29a