Skip to content Skip to sidebar Skip to footer

Like Video With Access Token On Youtube Using Youtube Data Api V3?

I want to like video of YouTube. I have acquired AUTH_TOKEN using AccountManager using the following am.getAuthToken(mAccount, AUTH_TOKEN_TYPE, null, this, new AccountManagerCallb

Solution 1:

I would suggest you to use Google API Java client library and YouTube Service.

Examples here and Android sample project.

If not you can generate sample requests from API explorer.

Solution 2:

In your request, set the access_token as authorization header.

Post a Comment for "Like Video With Access Token On Youtube Using Youtube Data Api V3?"