0

I'm attempting to use tasker to go back and forth with the ecoBee API. In doing so, I've been unable to get past the first step due to an issue I'm running into with tasker.

Here's my setup: Server:Port - https://api.ecobee.com:443 (I've also tried without the port, and without the https:// Path - /1/authorize Mime Type - application/json Trust Any Certificate

When running this i get a Tasker toast message that states "Input/Output error for https://api.ecobee.com:443/1/authorize : java.io.FileNotFoundException: https://api.ecobee.com:443/1/authorize"

Going to that URL works from the phone browser and a computer browser. Am I missing something obvious?

4

1 回答 1

0

尝试改用https://api.ecobee.com/authorize URL。好像你的网址是错误的。您还可以在此处查看授权调用的有效 URL:授权端点

于 2015-08-20T15:07:14.160 回答