Click here to Skip to main content
15,886,861 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my android app there is a portion which shows list of pictures. Each picture is associated with a video id.On Clicking that picture corresponding video id will be passed to youtube player and that video will be played in youtube player. Below each picture there is a like button and a comment button. I want to integrate them with youtube like and comment.So that on clicking like or commenting a video in my app is same as clicking like or commenting on youtube for correspoding video. How can I impliment that?

What I have tried:

I have no idea whether it is possible or not
Posted
Updated 2-Mar-17 19:49pm
v2

1 solution

Google is your friend: Integrating youtube like button and comment in android app - Google Search[^] - I can see that you have asked the same question in 3 different places, maybe more...

IN seconds, using the above search, I found this: Using the YouTube API to Embed Video in an Android App[^]
 
Share this answer
 
Comments
Aravind m.m 4-Mar-17 2:07am    
By referring through this tutorial https://developers.google.com/youtube/v3/docs/videos/rate

I found this api link
https://www.googleapis.com/youtube/v3/videos/rate
can be used to do that. Can anybody tell me how can I pass a particular video Id along with this api link

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900