I want to be able to authenticate a user account with youtube from my android appliation so that i can get the list of favourate videos or other account information of the associate account. Is there any API Available. How can i do it ? Thanks in advance.
Share
You’re looking for the YouTube Data API. Using this API in your app, you can “perform many of the operations available on the YouTube website”, which includes being able to “authenticate as a user to upload videos, modify user playlists, and more.” From the link I provided, there is documentation for versions 2.0 and 3.0. For the more discerning programmer, there are also oodles of sample codes available.