1

I want to create an web app which can get info about favourist, or another list were created. So, the first thing I think about is How to login youtube with Google OpenID?, and then I search but I don't get any useful information about this. Maybe, I have some wrong about my keyword, because I think Google must support it, but I'm not sure . So, I want to ask about Can I login to youtube account with Google OpenID in another site to fect user data if they login successful?

Huy Tran
  • 4,371
  • 10
  • 34
  • 38

2 Answers2

0

Youtube uses the Google OpenID interface.

This post has some great references on OpenID Authentication with an example of PHP OpenID Authentication: https://stackoverflow.com/questions/76184/php-tutorial-for-openid-and-oauth

Here is the Google Specific page on OpenID Authentication for their accounts: https://developers.google.com/accounts/docs/OpenID

Community
  • 1
  • 1
Drahkar
  • 1,694
  • 13
  • 17
0

Use google Identity Toolkit.

It walks you though step by step on how to set it up, it gives you all of the code you need.

https://developers.google.com/identity-toolkit/

Case
  • 4,244
  • 5
  • 35
  • 53