AvianFlu / ntwitter

Asynchronous Twitter REST/stream/search client API for node.js
https://github.com/AvianFlu/ntwitter
Other
784 stars 163 forks source link

search upgraded to twitter api 1.1 url #121

Open crscastillo opened 11 years ago

crscastillo commented 11 years ago

version 0.5.0 was not working for doing search it was using a deprecated api version (1.0) now in 1.1 the url for search is rest_base + /search/tweets.json I just made the change for this

LeoAJ commented 11 years ago

Thanks @crscastillo please let me know the this pull request is done. I really needs this function!

guymguym commented 10 years ago

+1 The pull request of @crscastillo works for me. Any reason not to merge it? Thanks!

kappuccino commented 10 years ago

+1 here too, the REST API on v1 is deprecated... this is the twitter api error response, that encourage to switch to 1.1

data: '{"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}]}' }

judy2k commented 10 years ago

+1

designerkamal commented 10 years ago

+1