ncarlier / feedpushr

A simple feed aggregator daemon with sugar on top.
GNU General Public License v3.0
334 stars 25 forks source link

Google authentication error #44

Closed PostingLegit closed 2 years ago

PostingLegit commented 2 years ago

I trying:

feedpushr.exe -authn https://accounts.google.com

but Google don't like it.

Error 401: Client_id was not found

ncarlier commented 2 years ago

Hello, did you manage to authenticate yourself with Google? I ask because I think there is still a small problem. The client_id is hard coded (feedpushr-ui) and I'm not sure if Google allows you to set a custom client_id? If not a configuration parameter is missing.