Skip to content

Commit

Permalink
Modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Nov 2, 2009
1 parent 3c4256e commit 16b3437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Facebook Connect
----------------
#. Add *FACEBOOK_API_KEY* and *FACEBOOK_SECRET_KEY* to your settings file
representing the keys you were given by Facebook.
#. Add *socialregistration.auth.FacebookAuth* to *AUTHENTICATION_BACKENDS* in your settings file.

#. Add tags to your template file:

Expand All @@ -44,6 +45,8 @@ were given by Twitter:
TWITTER_ACCESS_TOKEN_URL
TWITTER_AUTHORIZATION_URL

#. Add *socialregistration.auth.TwitterAuth* to *AUTHENTICATION_BACKENDS* in your settings file.

#. Add tags to your template file:
{% load twitter_tags %}
{% twitter_button %}
Expand All @@ -59,6 +62,7 @@ on Twitter and FriendFeed how to hook in more OAuth based services.

OpenID
------
#. Add *socialregistration.auth.OpenIDAuth* to *AUTHENTICATION_BACKENDS* in your settings file.
#. Add tags to your template file:
{% load openid_tags %}
{% openid_form %}

0 comments on commit 16b3437

Please sign in to comment.