问题
I am trying to implement a simple mechanism to authenticate the user so that through my app he can interact with YouTube. But there are several points in which I am confused about, following is a list of the same:
1) What login mechanism to use? I have implemented G+ sign in however the docs here are very confusing:
a) https://developers.google.com/youtube/v3/guides/authentication?hl=de This link asks me to use an O - Auth 2 authentication, however
b)https://developers.google.com/accounts/docs/OAuth2InstalledApp?hl=de this link tells me a different story.
I simply want the user to gain access through her account and upload videos, why is this so much painful?
回答1:
Check the Authentication at YouTube Direct Lite for Android.
来源:https://stackoverflow.com/questions/22981751/what-mechanism-to-use-with-youtube-access-in-android