mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #659 from timhaines/update-twitter-api-to-v.1.1
Use Twitter API v1.1 to verify_credentials
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function () {
|
||||
|
||||
Accounts.oauth.registerService('twitter', 1, function(oauthBinding) {
|
||||
var identity = oauthBinding.get('https://api.twitter.com/1/account/verify_credentials.json').data;
|
||||
var identity = oauthBinding.get('https://api.twitter.com/1.1/account/verify_credentials.json').data;
|
||||
|
||||
return {
|
||||
serviceData: {
|
||||
|
||||
Reference in New Issue
Block a user