twitter-followers
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -11,3 +11,3 @@ /** | ||
return new Promise((resolve, reject) => { | ||
T.get('followers/ids', { screen_name: screenName, cursor: cursor, count: 5000 }, (err, data, response) => { | ||
T.get('followers/ids', { screen_name: screenName, stringify_ids: true, cursor: cursor, count: 5000 }, (err, data, response) => { | ||
if (err) { | ||
@@ -14,0 +14,0 @@ if (err.message === 'Rate limit exceeded') { |
{ | ||
"name": "twitter-followers", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Get the list of Twitter followers of a specific user", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4564
1