jaredhanson/passport-twitter

parseErrorResponse is not properly handling JSON responses

jfromaniello opened this issue · 1 comments

One way to reproduce this issue is to use an invalid consumer key.

Twitter returns this:

{"errors":[{"code":32,"message":"Could not authenticate you."}]}

same issue, have you find something?