Skip to main content
Answer

Clarifications about integrate API

  • May 8, 2024
  • 3 replies
  • 16 views

India62921544
Forum|alt.badge.img+4
I want to integrate Strava api to my web application and any users can connect via my application and I want to get some information on connected users by using their access token.This is my requirement.
 
I have few doubts listed below :
 
1.Is any option to authenticate user without asking Client ID.if there is any reference kindly share if possible.
2.Or I Need to ask for the client ID before calling the authenticating API Call.

Best answer by ActivityFix

I'm not sure I understand your question. What do you mean by "without asking client id"

Client ID is required for OAuth, it is how Strava associates the athlete with your application. There is no way to leave that out. When a new user wants to add your application, the would click a "Connect with Strava" link on your app which would redirect them to the Strava OAuth page. That link includes your Client ID along with whatever scopes you are requesting.

See: https://developers.strava.com/docs/authentication/

3 replies

ActivityFix
Superuser
Forum|alt.badge.img+24
  • Superuser
  • Answer
  • May 9, 2024

I'm not sure I understand your question. What do you mean by "without asking client id"

Client ID is required for OAuth, it is how Strava associates the athlete with your application. There is no way to leave that out. When a new user wants to add your application, the would click a "Connect with Strava" link on your app which would redirect them to the Strava OAuth page. That link includes your Client ID along with whatever scopes you are requesting.

See: https://developers.strava.com/docs/authentication/


India62921544
Forum|alt.badge.img+4
  • Author
  • Hub Rookie
  • May 10, 2024

Number of athletes allowed to connect is 1.

How to increase this????

 


ActivityFix
Superuser
Forum|alt.badge.img+24
  • Superuser
  • May 11, 2024