File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ Unlike other clients, including [strava-api-v3](https://github.com/jaredholdcrof
7171- [ Errors] ( #errors )
7272- [ Tools] ( #tools )
7373 - [ Strava OAuth Token] ( #strava-oauth-token )
74+ - [ Strava Refresh Token] ( #strava-refresh-token )
7475- [ Users] ( #users )
7576- [ Resources] ( #resources )
7677- [ Upgrading] ( #upgrading )
@@ -1150,6 +1151,14 @@ Use [strava-oauth-token](bin/strava-oauth-token) to obtain a token from the comm
11501151STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... strava-oauth-token
11511152```
11521153
1154+ ### Strava Refresh Token
1155+
1156+ Use [ strava-refresh-token] ( bin/strava-refresh-token ) to obtain a token from the command-line using an existing refresh token.
1157+
1158+ ``` bash
1159+ STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... STRAVA_API_REFRESH_TOKEN=... strava-refresh-token
1160+ ```
1161+
11531162## Users
11541163
11551164- [ Slava: Strava integration with Slack] ( https://slava.playplay.io ) , [ source] ( https://github.com/dblock/slack-strava ) .
You can’t perform that action at this time.
0 commit comments