We're using the Strava API for a family of sites, e.g.
www.jogg.se,
www.cykla.se etc. and we want all users, regardless of which site there coming from, to connect to the same application account at Strava. But, if we enter
jogg.se in the callback domain all requests coming from
cykla.se will receive an error because we also want the user to return to the same site he started from. Så,
jogg.se is all fine but from our other four sites things fail.
So my questions is this, is there any way to add multiple authorized domains for the callback URL?