JerrettDavis / MyQDotNet

An unofficial C# wrapper for the MyQ API.
3 stars 0 forks source link

Authenticate is failing #6

Open marwanshouery opened 1 year ago

marwanshouery commented 1 year ago

Hi Jerrett, I hope you are doing well. I'm calling Authenticate with the correct username and password and the line: var response = await Client.PostAsync(LoginUri, content); is failing with error 400 bad request

Do I need a unique AppId in order to make the call? What do I need to make this work? Thanks in advance.

JerrettDavis commented 1 year ago

Hi @marwanshouery, It appears the API has changed significantly since I last touched the project. I will need to take a look to see how this can be adapted to be compatible with v6 of the MyQ api.