I am using YouTube
API inside my android app. On a button click,I want to like(thumbs up ) a particular video that is playing. Any guide or reference will be needfull.
Asked
Active
Viewed 2,201 times
1

onkar
- 4,427
- 10
- 52
- 89
-
have you checked YouTubeApi samples..?? – SilentKiller Dec 06 '13 at 05:53
-
Yup, didnt find any there – onkar Dec 06 '13 at 05:58
-
Refer this link it may give some idea http://stackoverflow.com/questions/18856551/like-video-with-access-token-on-youtube-using-youtube-data-api-v3 – Gayathiri Dec 06 '13 at 06:43
1 Answers
0
Did you try to use the following youtube api:
https://www.googleapis.com/youtube/v3/videos/rate?id=YOUR_VIDEO_ID&rating=like&key=YOUR_API_KEY
More about this you can find here: https://developers.google.com/youtube/v3/docs/videos/rate

Petros Mosoyan
- 238
- 2
- 15