Bitbucket
^^^^^^^^^
+
Bitbucket works similar to Twitter (OAuth).
-- Register a new application by emailing support@bitbucket.org with an application name and a bit of a description,
+- Register a new application by emailing ``support@bitbucket.org`` with an
+ application name and a bit of a description,
- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::
--- /dev/null
+Bitbucket
+^^^^^^^^^
+Bitbucket works similar to Twitter (OAuth).
+
+- Register a new application by emailing ``support@bitbucket.org`` with an
+ application name and a bit of a description,
+
+- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::
+
+ BITBUCKET_CONSUMER_KEY = ''
+ BITBUCKET_CONSUMER_SECRET = ''
--- /dev/null
+Dropbox
+^^^^^^^
+
+Dropbox uses OAuth v1.0 for authentication.
+
+- Register a new application at `Dropbox Developers`_, and
+
+- fill ``App Key`` and ``App Secret`` values in the settings::
+
+ DROPBOX_APP_ID = ''
+ DROPBOX_API_SECRET = ''
+
+.. _Dropbox Developers: https://www.dropbox.com/developers/apps
--- /dev/null
+Flickr
+^^^^^^
+Flickr uses OAuth v1.0 for authentication.
+
+- Register a new application at the `Flickr App Garden`_, and
+
+- fill ``Key`` and ``Secret`` values in the settings::
+
+ FLICKR_APP_ID = ''
+ FLICKR_API_SECRET = ''
+
+.. _Flickr App Garden: http://www.flickr.com/services/apps/create/
openid
oauth
- google
twitter
facebook
+ google
linkedin
github
+ bitbucket
+ dropbox
+ flickr
browserid
instagram