Verifique se está a pedir o âmbito "activity:read" ou "activity:read_all" ao autorizar um utilizador -- https://developers.strava.com/docs/authentication/#detailsaboutrequestingaccess
TRANSLATION: Check whether you are requesting the "activity:read" or "activity:read_all" scope when authorizing a user -- https://developers.strava.com/docs/authentication/#detailsaboutrequestingaccess
Obrigado pela ajuda! esqueci de adicionar "activity:read_all" na minha url para o usuário autorizar. Agora estou com outra dúvida, na documentação tem algum exemplo mostrando uma forma correta de solicitar os dados de treino do usuário ? em meu print acima, desta vez o método retornou true, mas não encontrou nenhuma atividade.
TRANSLATION: Thank you for your help! I forgot to add "activity:read_all" in my url for the user to authorize. Now I have another question, is there an example in the documentation showing a correct way to request the user's training data? in my screenshot above, this time the method returned true, but found no activity.
Os campos "before" e "after" têm de ser marcas temporais de época (em segundos).
Deve definir "page" como 1 para os resultados iniciais.
"per_page" deve ser um número entre 1-200, recomendo o valor 200 se estiver a obter todas as actividades.
Se receber 200 resultados, efectue a mesma consulta com page=2 e repita até não receber mais resultados.
---
The "before" and "after" fields need to be epoch timestamps (in seconds).
You should set "page" to 1 for the initial results.
"per_page" should be a number between 1-200, I recommend 200 value if you are getting all activities.
If you receive 200 results, make the same query with page=2, and repeat until no more results are received.