| |||||
Adding a Twitter-based user authentication system to a Django project isn't such a complicated process with the django-twitter plugin as some might expect.
Just add the Twitter API app credentials to the plugin's config and the login links in the project's template.
This will enable users to login within the app via their Twitter account.
django-twitter will automatically redirect the user to a Twitter app authentication page, allowing the Django project to safely use his Twitter credentials on the site.
Requirements:
· Django 1.3 or higher
· oauth2
· Twitter API app credentials
What's New in This Release: [ read full changelog ]
· First version.

Via: django-twitter 0.1.0






0 Comment:
Post a Comment