We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sesssion
session
1 parent fed7839 commit 880a306Copy full SHA for 880a306
docs/index.rst
@@ -60,7 +60,7 @@ application an access token can be obtained:
60
61
# the code should be returned upon the redirect from the authorize step,
62
# be sure to use it here (hint: it's in the URL!)
63
- sesssion = facebook.get_auth_session(data={'code': 'foo',
+ session = facebook.get_auth_session(data={'code': 'foo',
64
'redirect_uri': redirect_uri})
65
66
print session.get('me').json()['username']
0 commit comments