You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Strava API
Hello,
What is the url format for the Authorization Callback Domain? Its the last field when you create a new api application
I've tried:
http://test.com -> errors out to "this field must just be a domain, no slashes or paths"
http:test.com -> errors out to "website url protocol must be either http or https"
test.com -> errors out to "website url protocol must be either http or https"
localhost -> errors out to "website url protocol must be either http or https"
Thank you,
Tian
tian hu
unread,
Apr 15, 2016, 10:22:18 AM4/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Strava API
Nevermind figured it out, it seems like you need to include a full url in the "website" field for strava to accept your authorization callback domain
Michael
unread,
Jun 14, 2016, 9:13:43 AM6/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Strava API
Could you explain how you solved this using a localhost or 127.0.0.1 address?
Op vrijdag 15 april 2016 16:22:18 UTC+2 schreef tian hu:
Dylan Armitage
unread,
Aug 27, 2016, 2:34:31 AM8/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Strava API
If no one else has told you or you haven't figured it out yet: In order to use "localhost" or "127.0.0.1" in the callback domain, you need to enter a valid URL into the Website field above it. Then it'll accept just "localhost" in the callback domain field.