ntwitter icon indicating copy to clipboard operation
ntwitter copied to clipboard

search upgraded to twitter api 1.1 url

Open crscastillo opened this issue 11 years ago • 5 comments

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

crscastillo avatar Aug 22 '13 16:08 crscastillo

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

LeoAJ avatar Sep 01 '13 01:09 LeoAJ

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

guymguym avatar Nov 10 '13 19:11 guymguym

+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}]}' }

kappuccino avatar Nov 16 '13 09:11 kappuccino

+1

judy2k avatar Dec 01 '13 11:12 judy2k

+1

designerkamal avatar Feb 18 '14 20:02 designerkamal