Girish Patel
Girish Patel

Reputation: 1275

How do I post comments using the YouTube API on Android?

How do I post comments using the YouTube API on Android?

Upvotes: 0

Views: 656

Answers (1)

Yevgeny Simkin
Yevgeny Simkin

Reputation: 28349

You will need to let the app user authenticate, just as though you're coming from a web application like this:

Authentication API

Then when you have the AUTH token, the app can collect the user's comment, wrap it up in the appropriate call and submit it.

Upvotes: 1

Related Questions