Skip to main content
Question

Authorization Callback Domain

  • April 20, 2026
  • 2 replies
  • 49 views

Forum|alt.badge.img+1

Hi guys

Unfortunatly 2 years ago, when I have created my Strava API application, I have registered a wrong API callback Domain (myapp.com) together with a smartphone app.

Now, I have another smartphone app (which should also use the Strava API application) and I would like to fix this. Can this schema work?

inklaybeta://inklay.app → For my legacy app
inklay2://inklay.app → For my new app

Thank you!

Lukas

2 replies

Forum|alt.badge.img+4
  • Hub Rookie
  • April 21, 2026

There’s only one Domain that can be registered per account, so you’ll need to service all requests to and from Strava, through one domain. How you route the rest is up to you, either via extra headers or parameters etc. There’s not enough info about the entire setup/constraints etc to give a better answer.

Btw what kind of schema is this :  inklaybeta://inklay.app?

I know it’s not a network URI.


Forum|alt.badge.img+1
  • Author
  • Hub Rookie
  • April 28, 2026

Thank you. Schema was suggested by chatgpt, sounds strange, but ut is working.