Questions tagged [underarmour]

3 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
0
votes
0 answers

API ignoring header sent with httr?

I'm working with the UnderArmour API and requesting the gpx files for routes of a given location, and it's working fine. However, the download takes a while, and I'd like to download a compressed file per their compression page: All endpoints…
Dubukay
  • 1,764
  • 1
  • 8
  • 13
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