twitter_fdw icon indicating copy to clipboard operation
twitter_fdw copied to clipboard

twitter_fdw SEARCH_ENDPOINT references inactive API endpoint

Open sadawson opened this issue 11 years ago • 2 comments

When you make any requests of http://search.twitter.com/search.json you get an error:

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

It appears this plugin won't work until its moved to the new API version.

sadawson avatar Jul 07 '14 06:07 sadawson

:+1:

chanmix51 avatar Sep 02 '15 10:09 chanmix51

Indeed the FDW does no longer work unfortunately... The new Twitter API requires authentication: https://dev.twitter.com/rest/public/search

ninsbl avatar Jan 05 '16 23:01 ninsbl