ember.js-dashboard icon indicating copy to clipboard operation
ember.js-dashboard copied to clipboard

Update twitter API version to 1.1

Open rahulcs opened this issue 11 years ago • 0 comments

The search.twitter.com API is deprecated as of twitter API v1.1

datasource.js needs to be updated with this API: https://api.twitter.com/1.1/search/tweets.json?callback=?&q=ember.js%20OR%20emberjs%20OR%20ember-data%20OR%20emberjs but it only allows authenticated requests. https://dev.twitter.com/docs/api/1.1/overview#Authentication_required_on_all_endpoints

rahulcs avatar Jun 14 '13 08:06 rahulcs