From: Ben Darnell Date: Fri, 14 Jun 2013 23:30:30 +0000 (-0400) Subject: Remove obsolete comment about twitter's support for callback urls. X-Git-Tag: v3.1.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd57fab06676893b19559749b2bb3426c8dee94;p=thirdparty%2Ftornado.git Remove obsolete comment about twitter's support for callback urls. --- diff --git a/tornado/auth.py b/tornado/auth.py index 42400e199..0cc707fd2 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -306,10 +306,10 @@ class OAuthMixin(object): """Redirects the user to obtain OAuth authorization for this service. The ``callback_uri`` may be omitted if you have previously - registered a callback URI with the third-party service. For some - sevices (including Twitter and Friendfeed), you must use a - previously-registered callback URI and cannot specify a callback - via this method. + registered a callback URI with the third-party service. For + some sevices (including Friendfeed), you must use a + previously-registered callback URI and cannot specify a + callback via this method. This method sets a cookie called ``_oauth_request_token`` which is subsequently used (and cleared) in `get_authenticated_user` for