Reputation: 1275
How do I post comments using the YouTube API on Android?
Upvotes: 0
Views: 656
Reputation: 28349
You will need to let the app user authenticate, just as though you're coming from a web application like this:
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