Skip to content

Commit 9bf263d

Browse files
committed
Document MapMyFitness
1 parent f982555 commit 9bf263d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/backends/mapmyfitness.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
MapMyFitness
2+
=========
3+
4+
MapMyFitness uses OAuth v2 for authentication.
5+
6+
- Register a new application at the `MapMyFitness API`_, and
7+
8+
- fill ``key`` and ``secret`` values in the settings::
9+
10+
SOCIAL_AUTH_MAPMYFITNESS_KEY = ''
11+
SOCIAL_AUTH_MAPMYFITNESS_SECRET = ''
12+
13+
.. _MapMyFitness API: https://www.mapmyapi.com

0 commit comments

Comments
 (0)