Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Redirect URL in app register

I am using Resberry Pi to get web Oauth2 from python_fitbit.  For Resberry Pi, the loopback address is 0.0.0.0.  If use 127.0.0.1 as Redirect URL when registering Fitbit app, it will show 

'''This site can be reached.
127.0.0.1 refused to connect.'''

I search through Resberry Pi forum and seems like Resberry Pi needs to use 0.0.0.0 for loopback.  However if I set Redirect URL as http://0.0.0.0:22/ ,it said

How can I solve it?

Thank you.

Best Answer
0 Votes
1 REPLY 1

Hi @abp2024 

I don't know if Raspberry PI requires 0.0.0.0 for redirection, but try the callback URL as https://0.0.0.0:22.   

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes