Skip to content

Commit

Permalink
Document MapMyFitness
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonSanford committed May 16, 2014
1 parent f982555 commit 9bf263d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/backends/mapmyfitness.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
MapMyFitness
=========

MapMyFitness uses OAuth v2 for authentication.

- Register a new application at the `MapMyFitness API`_, and

- fill ``key`` and ``secret`` values in the settings::

SOCIAL_AUTH_MAPMYFITNESS_KEY = ''
SOCIAL_AUTH_MAPMYFITNESS_SECRET = ''

.. _MapMyFitness API: https://www.mapmyapi.com

1 comment on commit 9bf263d

@bfrederix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jeez. Move on with your life ;)

Please sign in to comment.