2

I have setup everything as described in the steps in answer to the post withings api authentication.

However, when i copy and paste the final URL generated in Step 2 (Send request to the URL:), I get no response on my browser and the screen remains empty.

Is there any reason for why it might be happening ? OAUTH TOKEN and OAUTH SECRET - will I get two of them appended to callback url ?

4

2 回答 2

0

我使用 temboo API 来获取用户令牌。
他们有两个步骤 Initial oauth 和 final oauth。

于 2014-12-15T16:31:34.830 回答
0

每个参数字符串都应该在签名中进行 URL 编码,即 URLEncoder.encode("key=value","UTF-8")

于 2014-04-24T13:56:41.393 回答