問題タブ [underarmour]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - UnderArmour api を呼び出すときの Developer Inactive エラー
UnderArmour Connected Fitness api で access_tokenエンドポイントに投稿しようとすると、403 "Developer Inactive" エラーが発生します。使用されているclient_idはアクティブです。呼び出しで使用される URL は次のとおりです: https://api.ua.com/v7.1/oauth2/access_token/
これは、認証コードを取得した後の Python を使用した呼び出しのスニペットです。
ここで、CLIENT_ID と CLIENT_SECRET は、開発者ポータルで登録した値です。