Engineering - Has anyone done Oauth authentication with Ecobee?
Has anyone, hopefully in iOS, done the Ecobee OAuth authentication?
-
Yes, OAuth authentication with Ecobee has been implemented by many developers. Ecobee provides a comprehensive API that allows for OAuth 2.0 authentication, enabling secure access to user data. The process involves obtaining an authorization code, exchanging it for an access token, and using this token to make authenticated requests to the Ecobee API. Detailed documentation and examples are available on the Ecobee developer portal to assist with this integration.
-
The process is different for Ecobee since it requires an https prefixed URI for the call back. This means you can't use custom schemes like to can with the Flair API. I haven't seen any examples of how this is done. I have it partially implemented using deep links and site association, but I can't get it to work, so an example would be nice to find.
Please sign in to leave a comment.
Comments
2 comments