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

OAuth - Get Request URL

Hello y'all,

I have been seeing "invalid client request" from a third party server when I use OAuth component to authorize. In trying to debug and give them URL I am sending, I am unable to see any http requests captured by a packet sniffer tool. So, I am stuck trying to convince that the issue is with server side or give them more details to help debugging. It works perfectly with Google OAuth. Pls help.

 

My details:

 

OS: MAC osx

Env: Fitbit studio & Simulator

Component: OAuth

<Oauth
settingsKey="oauth"
title="Authorize"
label="Login"
authorizeUrl="< authorize url >"
response_type="code"
redirect_uri="https://app-settings.fitbitdevelopercontent.com/simple-redirect.html"
clientId="< client id>"
nonce="39a4fdb7-0652-408b-9ec1-9ca81e044e39"
scope="offline_access"
onReturn = { async (data) => {
console.log("on return");
console.log(JSON.stringify(data));
}}
/>

Best Answer
0 Votes
1 REPLY 1

Are you trying to access your Fitbit data using the Web APIs or another set of APIs?

 

 

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