Fitbit oauth2 public API stopped working. Giving error - Sorry Its not you.. Its us

ぐ巨炮叔叔 提交于 2019-12-08 06:09:14

问题


Few months back I prepared a demo on Fitbit oauth2 public APIs in which I used to log in with a particular user and get his activities. It was working fine. But recently, I opened the demo and tried to log in with the same user but it is not getting logged in and repeatedly giving me this error.

I tried to change the client secret key of this demo app which I registered on Fitbit but nothing happened. I am stuck here.


回答1:


There is problem with the format of Callback URL. I think Fitbit has recently changed it.

Earlier, the format of Callback URL was "demoapp://" but now it will be "demoapp://something"

Please refer to my answer on other question.

Setting up Fitbit api in xcode Swift



来源:https://stackoverflow.com/questions/52384199/fitbit-oauth2-public-api-stopped-working-giving-error-sorry-its-not-you-its

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!