api-examples icon indicating copy to clipboard operation
api-examples copied to clipboard

Example code for working with the MapMyFitness APIs

Results 5 api-examples issues
Sort by recently updated
recently updated
newest added

When I get to [this step](https://github.com/mapmyfitness/api-examples/blob/8d8fd629c36e12ae4478ed3dcc23e0b70b414a94/python/oauth2_authorization_demo.py#L44) in the tutorial, my web browser is balking. The browser opens up and it says "The requested redirect didn't match the client settings." Not...

just only oauth 2.0?

https://api.mapmyfitness.com/v7.1/oauth2/authorize/?client_id=z9dym7dgtt3bzeua7vyqpmgn4rugwun3&response_type=code&redirect_uri=https://myapp.com&state=z3ota5EXn0ZZKrRwGnU1 can you please help, sir?

Hey I have completed this tutorial in python and php and every time I do it I get an anonymous user back as a result. It has the user ID...

open to edits on this, example that tries to parallel the python oauth2 demo