OAuth Plugin for django-twittersync
Project description
Set these in your settings.py (you can obtain consumer key and secret from twitter.com):
TWITTER_APP_NAME = "Your App name" TWITTER_CONSUMER_SECRET = "####" TWITTER_CONSUMER_KEY = "####"
Add twittersync_oauth to your INSTALLED_APPS after twittersync:
INSTALLED_APPS = ( ... 'twittersync', 'twittersync_oauth', ... )
Then run:
./manage.py auth_twitter
auth_twitter opens a twitter authentication request in your browser. Please note that you can do this on your own pc and then use the resulting keys on your server. Click Accept and twitter gives you a PIN. Insert this PIN in the manage.py you executed. The script gives you other two variables you need to set in your settings.py. Done! :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-twittersync-oauth-0.1.1.tar.gz
.
File metadata
- Download URL: django-twittersync-oauth-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a4bfb46b2f97d7fab70c541a4f73de98199f2b462f701a2899fa29dd421c152 |
|
MD5 | be8fa08c0bdd66ec6d345f90d4bf7fd7 |
|
BLAKE2b-256 | f7d257ee47c05b661baabf2aaeafc0dbcd80430a12875b55a59f6d17142cdb16 |