From: Matías Aguirre Date: Thu, 11 Nov 2010 18:40:03 +0000 (-0200) Subject: Link sections in README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f6a6773f3d0fe7ce21f9285156ff5b45075f0423;p=django-social-auth.git Link sections in README --- diff --git a/README.rst b/README.rst index 405fd44..43691c1 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Installation 'django.contrib.auth.backends.ModelBackend', ) -- Setup Twitter and Facebook keys (see below):: +- Setup Twitter and Facebook keys (see `OAuth` section for details):: TWITTER_CONSUMER_KEY = '' TWITTER_CONSUMER_SECRET = '' @@ -71,7 +71,8 @@ OAuth ----- OAuth communication demands a set of keys exchange to validate the client authenticity prior to user approbation, Twitter and Facebook facilitates these -keys by application registration. +keys by application registration, see `Twitter`_ and `Facebook`_ sections for +details. -------