arturoqu / python-twitter

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

add VerifyCredential function #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Account Methods
verify_credentials

Returns an HTTP 200 OK response code and a format-specific response if
authentication was successful.  Use this method to test if supplied user
credentials are valid with minimal overhead.

URL: http://twitter.com/account/verify_credentials.format

Formats: text (returned when no format is specified), xml, json

Method(s): GET

Original issue reported on code.google.com by henr...@gmail.com on 15 Aug 2008 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by dclinton on 9 Sep 2008 at 4:04

GoogleCodeExporter commented 9 years ago
When you fix this, keep in mind not to cache the response. Don't use the code I
posted in March, it's broken.

Original comment by daniel.h...@gmail.com on 9 Sep 2008 at 6:04

GoogleCodeExporter commented 9 years ago
Thanks, and good catch.  I'll make it a non-caching POST request in any case.

Original comment by dclinton on 9 Sep 2008 at 6:11

GoogleCodeExporter commented 9 years ago
Added Verify Credentials to /branches/hameedullah

Original comment by hameed.u...@gmail.com on 10 May 2009 at 11:00

GoogleCodeExporter commented 9 years ago
Checked into trunk at r180:

  http://code.google.com/p/python-twitter/source/detail?r=180

And into branches/dclinton at r179:

  http://code.google.com/p/python-twitter/source/detail?r=179

Marking Fixed.  Please verify.

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

GoogleCodeExporter commented 9 years ago
Issue 84 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 75 has been merged into this issue.

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