1

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.

onkar
  • 4,427
  • 10
  • 52
  • 89

1 Answers1

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