You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have been trying to get access from user by logging into user's fitbit account thereby i can land on consent page (where user can grant access to different scopes)
I changed resource-server.env file to have all required details for fitbit shim (client id, client secret).
I am always getting `The app you're trying to connect did not provide valid information to Fitbit. Please report this issue to them.
my redirect_uris in resource-server.env and fitbit dev app are exactly the same.
After I analyzed the network tab of fitbit login page , query params are like this : client_id=239Z7B&prompt=consent&redirect_uri=https%3A%2F%2F********.*******.org%2Fauthorize%2Ffitbit%2Fcallback&response_type=code&scope=activity+heartrate+sleep+weight&state=CFdNGt
I had tried to resolve this by removing redirect_uri param, but user has to grant access everytime to pull data.
Please help me on this as I have been trying all possible ways and need s solution .
The text was updated successfully, but these errors were encountered:
Hi,
I have been trying to get access from user by logging into user's fitbit account thereby i can land on consent page (where user can grant access to different scopes)
I changed resource-server.env file to have all required details for fitbit shim (client id, client secret).
I am always getting `The app you're trying to connect did not provide valid information to Fitbit. Please report this issue to them.
Developer information: invalid_request - Invalid redirect_uri parameter value`
my redirect_uris in resource-server.env and fitbit dev app are exactly the same.
After I analyzed the network tab of fitbit login page , query params are like this :
client_id=239Z7B&prompt=consent&redirect_uri=https%3A%2F%2F********.*******.org%2Fauthorize%2Ffitbit%2Fcallback&response_type=code&scope=activity+heartrate+sleep+weight&state=CFdNGt
I had tried to resolve this by removing redirect_uri param, but user has to grant access everytime to pull data.
Please help me on this as I have been trying all possible ways and need s solution .
The text was updated successfully, but these errors were encountered: