gfcapalbo / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Patch to support http://twitter.com/account/verify_credentials.json #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's a patch to support the verify_credentials API call.  I couldn't find 
another easy way to verify that the username/password was correct (other than 
trying, say, GetFriends() and seeing if I got a 401 exception, which was kind 
of clunky).

Original issue reported on code.google.com by jacob...@gmail.com on 28 Jul 2009 at 6:16

Attachments:

GoogleCodeExporter commented 9 years ago
Oops, please disregard the earlier patch which would prevent authenticating 
with, say, 
your email address.

Original comment by jacob...@gmail.com on 28 Jul 2009 at 7:09

Attachments:

GoogleCodeExporter commented 9 years ago
Just checked in to trunk and branches/dclinton.  Marking as a dup of issue 25, 
which
was closed as fixed.  Please verify.

Original comment by dclinton on 30 Jul 2009 at 3:11