How do I post comments using the开发者_开发百科 YouTube API on Android?
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.
精彩评论