Engineering - Has anyone done Oauth authentication with Ecobee?

Comments

2 comments

  • Avatar
    William Thomas

    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.

    0
    Comment actions Permalink
  • Avatar
    Scott

    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.

    0
    Comment actions Permalink

Please sign in to leave a comment.