Skip to content

Commit

Permalink
Strava OAuth Update
Browse files Browse the repository at this point in the history
  • Loading branch information
amtriathlon committed Nov 4, 2019
1 parent 5c4f72d commit ab18468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud/OAuthDialog.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ OAuthDialog::OAuthDialog(Context *context, OAuthSite site, CloudService *service


urlstr = QString("https://www.strava.com/oauth/authorize?"); urlstr = QString("https://www.strava.com/oauth/authorize?");
urlstr.append("client_id=").append(GC_STRAVA_CLIENT_ID).append("&"); urlstr.append("client_id=").append(GC_STRAVA_CLIENT_ID).append("&");
urlstr.append("scope=view_private,write&"); urlstr.append("scope=activity:read_all,activity:write&");
urlstr.append("redirect_uri=http://www.goldencheetah.org/&"); urlstr.append("redirect_uri=http://www.goldencheetah.org/&");
urlstr.append("response_type=code&"); urlstr.append("response_type=code&");
urlstr.append("approval_prompt=force"); urlstr.append("approval_prompt=force");
Expand Down

0 comments on commit ab18468

Please sign in to comment.