We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f982555 commit 9bf263dCopy full SHA for 9bf263d
docs/backends/mapmyfitness.rst
@@ -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