denzilferreira / twitterviz

Automatically exported from code.google.com/p/twitterviz
0 stars 0 forks source link

Invalid login suceeds #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I login with a bad username/password combination, login succeeds and
client starts behaving strangely. Bad login should be checked and prevented.

Original issue reported on code.google.com by vitor.do...@gmail.com on 15 Jun 2009 at 11:44

GoogleCodeExporter commented 9 years ago
Corrected through the use of Twitter.verifyCredentials() which "returns an HTTP 
200
OK response code and a representation of the requesting user if authentication 
was
successful; returns a 401 status code and an error message if not."

Original comment by vitor.do...@gmail.com on 16 Jun 2009 at 12:38