Skip to content

Commit

Permalink
Remove obsolete comment about twitter's support for callback urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jun 14, 2013

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 7faf573 commit cdd57fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tornado/auth.py
Original file line number Diff line number Diff line change
@@ -306,10 +306,10 @@ def authorize_redirect(self, callback_uri=None, extra_params=None,
"""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

0 comments on commit cdd57fa

Please sign in to comment.