Skip to content

Commit 9cfca04

Browse files
committed
update owner key/secret parameters in docs
1 parent 12241a4 commit 9cfca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is some example usage::
2222
unauth_client.activities()
2323

2424
# You'll have to gather the user keys on your own, or try ./fitbit/gather_keys_cli.py <con_key> <con_sec> for development
25-
authd_client = fitbit.Fitbit('<consumer_key>', '<consumer_secret>', user_key='<user_key>', user_secret='<user_secret>')
25+
authd_client = fitbit.Fitbit('<consumer_key>', '<consumer_secret>', resource_owner_key='<user_key>', resource_owner_secret='<user_secret>')
2626
authd_client.sleep()
2727

2828
Fitbit API

0 commit comments

Comments
 (0)