We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a3e9f commit ec22e40Copy full SHA for ec22e40
README.md
@@ -204,6 +204,8 @@ and code here might need to be updated if you are using Python 2.6+.
204
# Project
205
from mytwitterapp.models import Profile
206
207
+ # It's probably a good idea to put your consumer's OAuth token and
208
+ # OAuth secret into your project's settings.
209
consumer = oauth.Consumer(settings.TWITTER_TOKEN, settings.TWITTER_SECRET)
210
client = oauth.Client(consumer)
211
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
5
setup(name="oauth2",
6
- version="1.0.7",
+ version="1.0.8",
7
description="Library for OAuth version 1.0a.",
8
author="Joe Stump",
9
author_email="[email protected]",
0 commit comments