Skip to content

Commit 59991c7

Browse files
committed
formatting fix
1 parent 9e55af8 commit 59991c7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,26 @@ The `token_cache_path` parameter allows you to persist authentication tokens
107107
between sessions. If provided, the client will:
108108

109109
1. Load existing tokens from this file if available (avoiding re-authentication)
110-
2. Save new or refreshed tokens to this file automatically
111-
3. Handle token refresh when expired tokens are detected
112-
The `token_cache_path` parameter allows you to persist authentication tokens
113-
between sessions. If provided, the client will:
114110

115-
1. Load existing tokens from this file if available (avoiding re-authentication)
116111
2. Save new or refreshed tokens to this file automatically
117-
3. Handle token refresh when expired tokens are detected
112+
113+
3. Handle token refresh when expired tokens are detected The `token_cache_path`
114+
parameter allows you to persist authentication tokens between sessions. If
115+
provided, the client will:
116+
117+
4. Load existing tokens from this file if available (avoiding re-authentication)
118+
119+
5. Save new or refreshed tokens to this file automatically
120+
121+
6. Handle token refresh when expired tokens are detected
118122

119123
## Setting Up Your Fitbit App
120124

121125
1. Go to dev.fitbit.com and create a new application
122126
2. Set OAuth 2.0 Application Type to "Personal"
123127
3. Set Callback URL to "https://localhost:8080" (or your preferred local URL)
124-
3. Set Callback URL to "https://localhost:8080" (or your preferred local URL)
125-
4. Copy your Client ID and Client Secret
128+
4. Set Callback URL to "https://localhost:8080" (or your preferred local URL)
129+
5. Copy your Client ID and Client Secret
126130

127131
## Additional Documentation
128132

@@ -142,6 +146,7 @@ for API usage.
142146

143147
- [DEVELOPMENT.md](docs/DEVELOPMENT.md): Development environment and guidelines
144148
- [STYLE.md](docs/STYLE.md): Code style and formatting standards
149+
145150
## Additional Documentation
146151

147152
### For API Library Users

0 commit comments

Comments
 (0)