Setting up Fitbit api in xcode Swift

后端 未结 2 1586
有刺的猬
有刺的猬 2021-01-23 04:01

I am trying to setup the Fitbit api from dev.fitbit.com The first part is to register an application and I am stuck in this part already:

For example: I have no

2条回答
  •  别那么骄傲
    2021-01-23 04:48

    Callback URL is the URL scheme which is used to redirect the user back to the application from the browser after getting logged in.

    Callback URL can be any string or name of the app in the following format "demoapp://something"

    In project target Info, put the name of the app or the prefix of "://" from Callback URL in URL scheme here

提交回复
热议问题