What mechanism to use with YouTube access in Android.

安稳与你 提交于 2019-12-12 04:13:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!