I'm trying to do a 3rd party Youtube Client. I need user tokens (basicially cookies) to access user account. I tried to redirect user to accounts.google.com to get the token but after the login as the token is not shared to my localhost address It didn't show up. Also I couldn't find any code injection things (it says disabled due to security, which is fair). Is there a way to achieve that if anyone did that before?
#Google authentication questions
12 messages · Page 1 of 1 (latest)
I would be expecting google to squash anything unofficial
sadge I don't want to deal with them but it'd be nice fit to portfolio
it's hard anyways lolol I may be drop any time
This seems like oauth
Have you tried using Google's oauth2 yet?