Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5b84f7

Browse filesBrowse files
Haven kimraacker
authored andcommitted
I was trying to get authorized but Fitbit server spitted an error that redirect_uri is giving bad arguments. I figured out giving redirect_uri parameter is duplicated to original field. Just use that given argument as a field.
1 parent 8ecab2b commit b5b84f7
Copy full SHA for b5b84f7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎gather_keys_oauth2.py‎

Copy file name to clipboardExpand all lines: gather_keys_oauth2.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, client_id, client_secret,
2424
self.fitbit = Fitbit(
2525
client_id,
2626
client_secret,
27-
redirect_uri=redirect_uri,
27+
redirect_uri,
2828
timeout=10,
2929
)
3030

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.