jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 243 forks source link

OAuth not working #199

Closed matita closed 9 years ago

matita commented 9 years ago

When clicking on Settings/Register OAuth a popup opens with this error by Google, preventing logging in with Google account:

401. That’s an error.

Error: deleted_client

The OAuth client was deleted.

Request Details
scope=https://www.googleapis.com/auth/youtubepartner
response_type=code
redirect_uri=https://oauth.io/auth
state=1vIikQTrToHOD5Lo0jQGINMoRxc
client_id=783787535520.apps.googleusercontent.com
That’s all we know.
jansmolders86 commented 9 years ago

Google has ditched oauth in favour of oauth2. I'm stepping away from using oauth as a whole for now as only the Youtube app actually uses it. I want to refactor the youtube app to make it behave more like the Youtube app on the xbox for instance.