Created
September 25, 2015 12:40
-
-
Save coleww/9215231a9bbafcd9400c to your computer and use it in GitHub Desktop.
watwitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Error: Status is over 140 characters.] | |
message: 'Status is over 140 characters.', | |
code: 186, | |
allErrors: [ { code: 186, message: 'Status is over 140 characters.' } ], | |
twitterReply: { errors: [ [Object] ] }, | |
statusCode: 403 } | |
{ errors: [ { code: 186, message: 'Status is over 140 characters.' } ] } | |
{ [Error: To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.] | |
message: 'To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.', | |
code: 326, | |
allErrors: | |
[ { code: 326, | |
message: 'To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.' } ], | |
twitterReply: { errors: [ [Object] ] }, | |
statusCode: 403 } | |
{ errors: | |
[ { code: 326, | |
message: 'To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.' } ] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment