Questions tagged [strava]

Strava tag should be used with questions related to strava api integrations

Strava connect millions of runners and cyclists through the sports they love.

The Strava V3 API is a publicly available interface that allows developers to access Strava data.

Links:

131 questions
0
votes
1 answer

How to retrieve token from script

I have the following script: let url = window.location.href; const token = { authorization(url){ authentication_code = url.split("?")[1].split("&")[1].split("=")[1]; …
0
votes
1 answer

Strava Api issue

I'm using this composer package https://github.com/basvandorst/StravaPHP The OAUTH is working fine and its generating me the JSON with the access token and user id, etc.. But whenever I try to use other function it returns me 404 not found. Output…
Goncalo M
  • 1
  • 1
0
votes
2 answers

Strava API returning "malformed request" on webhook registration

I'm trying to use Strava events, so i have to register a webhook. All fine. 1) I make a post request to initiate the process of registering the webhook. curl -X POST https://api.strava.com/api/v3/push_subscriptions \ -F client_id=MY_APP_ID…
0
votes
1 answer

Is google fit sync strava activity calories

In google fit not properly sync strava activity calories, google fit shows only sync steps and activity name.
0
votes
1 answer

Socialite Provider: Driver [strava] not supported

I have followed the instructions for implementing the Strava Socialite provider on a fresh Laravel 5.5. install: http://socialiteproviders.github.io/providers/strava/ The only change I've made is to wrap the array key in a string in…
David
  • 320
  • 1
  • 6
  • 22
0
votes
1 answer

Strava API - changing API Authorisation Callback Domain

This question is specific to the Strava API: https://strava.github.io/api/ I've been working on an app concept app for a while, and have a few hundred users registered with an application that pulls their activity data from the Strava API, however…
Steve Land
  • 4,852
  • 2
  • 17
  • 36
-1
votes
3 answers

request every 5 min in a loop Nodejs

I need to make a get calls request to an external server in a loop but the problem is that calling all in the loop can cause rate limits so I just wanna make the calls inside the loop every 5 min or 10 or so , is there a way that can help achieve…
-1
votes
1 answer

Multiple get request loop -NODEjs /express/strava (cannot set headers after they are sent to the client )

I am working on a school project and I am using the strava API to get users activities and streams for each activity, I am though using some libraries to do this but when I try to get all activities streams using for loop I get this error cannot set…
-1
votes
1 answer

Oauth2 Strava request failed "bad request"

i have an Oauth app that im trying to get synced to strava, but am getting the below error: Request failed with code: 400, message: {"message":"Bad Request","errors":[{"resource":"Application","field":"client_id","code":"invalid"}]} the request…
abilham
  • 37
  • 7
-1
votes
1 answer

Strava Api bad request

I need to get segments on Istanbul so I have to send geographical coordinates I'm using Postman and Google Chrome https://www.strava.com/api/v3/segments/explore?bound=41.008238, 28.978359&access_token= and we get Bad Request error. Here…
berkaykrc
  • 11
  • 2
-2
votes
2 answers

Bash HTTPie works when calling STRAVA script through command line but not through crontab

I'm new to shell scripting and I have a Bash script pulling in data from the Strava API and manipulating/reading it using jq. When I copy and paste in the first line of code (the one calling in data) into the command line, it works. When I run bash…
Vivek Rao
  • 3
  • 2
1 2 3
8
9