@@ -107,22 +107,26 @@ The `token_cache_path` parameter allows you to persist authentication tokens
107107between sessions. If provided, the client will:
108108
1091091 . 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)
1161112 . 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
1211251 . Go to dev.fitbit.com and create a new application
1221262 . Set OAuth 2.0 Application Type to "Personal"
1231273 . 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