noelportugal / AmazonEchoApi

This is a simple way to login to Amazon and retrieve the unnoficial Echo API
80 stars 13 forks source link

Seems that login to the api is broken now #2

Open keithfisher123 opened 9 years ago

keithfisher123 commented 9 years ago

Hmm well today it is working agian..maybe just a glitch at amazon?

It was working but starting yesterday the api request comes back with HTML of a login screen. Did Amazon change something so the code no longer logs in? the httpLogin method seems to work and returns a 200 code. The next httpGet comes back with a login screen. There seems to be a message in there saying it needs cookies enabled.

noelportugal commented 9 years ago

It will be interesting to do a proper integration with Amazon's SDK for authentication. I bet they have a lib for Oauth2.