Questions tagged [mapmyfitness]

A set of Apis from mapmyfitness.com now Under Armour Connected Fitness Developer API.

The Under Armour Connected Fitness API, previously MapMyFitness API, provides a comprehensive fitness platform for millions of users. It makes building the application easier and provides users access to all of their MapMyFitness workouts, routes, courses, achievements etc on various platforms. It is open source and free to use while being enterprise ready. MapMyFitness is trying to create a network using these Apis that can connect all the fitness activities of its users.

14 questions
4
votes
1 answer

Developer Inactive error when calling UnderArmour api

A 403 "Developer Inactive" error is received when trying to post to the access_token endpoint in the UnderArmour Connected Fitness api. The client_id being used is active. The url used in the call is:…
UA Support
  • 71
  • 1
  • 4
1
vote
1 answer

trouble connecting to oauth2/api with rails

I'm trying to connect to the mapmyfitness api via oauth2. However I am getting an error whenever i try to connect. this is the config file.. OmniAuth.config.logger = Rails.logger Rails.application.config.middleware.use OmniAuth::Builder do …
ncrouch25
  • 260
  • 2
  • 4
  • 12
1
vote
2 answers

MapMyFitness API authorization not using the correct callback

I have been working with MapMyFitness API. I had it working and the authorization ran smoothly. Within the last two months it seems that something has either changed with my code or with their API. During the request I make the following…
0
votes
1 answer

how to query google fit api for nutrition

I've linked a myfitnesspal account to google and see the dataStreamId in the datasource list but, when I build the query using the oAuth 2.0 playground in google and try to query…
Luke
  • 21
  • 3
0
votes
1 answer

Simple activity tracker Swift code

I'm new to programming in swift code and was hoping someone could help me with my project. I would like to create an activity tracker that logs a users time and distance. Overall there is a total (say 200,000km) from London to Australia to achieve,…
Nay
  • 11
  • 4
0
votes
1 answer

OAuth2 for MapMyRun using Swift 3

I'm trying to get user to authenticate my app to work with his data stored on MapMyRun(https://developer.underarmour.com/apps/myapps). Here is my code: let oauth2 = OAuth2CodeGrant(settings: [ "client_id": "asdasdasd", "client_secret":…
pawisoon
  • 1,427
  • 1
  • 15
  • 20
0
votes
1 answer

Error 403 on MapMyFitness API request

i'n trying to do some request on the MapMyFitness API (Oauth2). I can get my Authorization Code with the oauth2 identification, but now i need to request to some route. Here is the request : Alamofire.request(self.oauthClient.baseURL() +…
Makaille
  • 1,636
  • 2
  • 24
  • 41
0
votes
1 answer

MapMyFitness API - can't get OAuth2 working in PHP

All, I'm attempting to use MapMyFitness' API and OAuth2. Here's the stripped down code I'm using (similar to code I've used successfully to connect with Strava's and RunKeeper's API): $mapMyRun_authorization_code = "*****"; $client_id =…
mattstuehler
  • 9,040
  • 18
  • 78
  • 108
0
votes
2 answers

Oauth2 error with MapMyFitness API

I'm trying to use the MapMyFitness API (www.mapmyapi.com) with Ruby on Rails 3.2 and the oauth2 gem. First, my app generates the auth_url in "get_auth_url". The browser then navigates to it and a callback is returned to "mapmyfitness_callback" once…
fnllc
  • 3,047
  • 4
  • 25
  • 42
0
votes
1 answer

Diagnosing a NoMethodError that's occurring outside my code

I'm using omniauth and omniauth-mapmyfitness-oauth2 to allow MapMyFitness users to sign in to my site. Recently, I've had a few sign in attempts result in the error below. It doesn't look like any of the error is occurring in my Rails app's code -…
James Chevalier
  • 10,604
  • 5
  • 48
  • 74
0
votes
1 answer

MapMyFitness i/o usage

(This post may cause me bad reputation, but anyway) There's the portal for sport activity sharing - MapMyFitness And here's their API I want to test Post Workout in I/O docs. The fields are: activity_type /v7.0/activity_type/16/ …
Aleksey Potapov
  • 3,683
  • 5
  • 42
  • 65
0
votes
1 answer

MapMyFitness API OAuth questions

I am having some issues with MapMyFitness API. MapMyFitness uses OAuth 1.0 I am able to successfully get a temporary Authorization token/temporary secret Token combination from calling 3.1/oauth/request_token After that, I am able to successfully…
CocoaAficionado
  • 189
  • 1
  • 8
-1
votes
1 answer

Reading workouts data from FIT file

Hello I am trying read data from .fit extension file from c#. I need to fetch workouts data from that file. I have some sample files using and I am using idk at https://www.thisisant.com/resources/fit I am unable to find any sort of documentation or…
raheem52
  • 486
  • 1
  • 7
  • 18
-1
votes
3 answers

Is there any health/fitness band or activity tracker which supports alarms or vibration from third party apps?

Hi I am developing an android app which needs to send alert to the fitness device worn by the user.Basically it should make the band vibrate or sound an alarm. I checked many bands including mapmyrun,jawbone etc but they are not exposing this api.
hybrid
  • 1,255
  • 2
  • 17
  • 42