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?
Asked
Active
Viewed 411 times
1
Huy Tran
- 4,371
- 10
- 34
- 38
-
I answered this question at http://stackoverflow.com/questions/12662127 – Jeff Posnick Oct 02 '12 at 19:28
2 Answers
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
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.
Case
- 4,244
- 5
- 35
- 53