Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6800303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:57:10+00:00 2026-05-26T18:57:10+00:00

How can I programmatically add comments to a YouTube video from an iPhone app?

  • 0

How can I programmatically add comments to a YouTube video from an iPhone app? I’ve searched Google and gone through the YouTube Api but haven’t found any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:57:11+00:00Added an answer on May 26, 2026 at 6:57 pm

    Adding comment using Youtube API

    Adding a comment in response to a video
    To add a comment to a video, send a POST request to the URL identified in the tag that appears inside the tag. The actual comment that you are submitting appears as the value of the tag in the XML that constitutes the body of the POST request.
    The sample XML API request below demonstrates how to add a comment to a video.

    POST /feeds/api/videos/VIDEO_ID/comments HTTP/1.1
    Host: gdata.youtube.com
    Content-Type: application/atom+xml
    Content-Length: CONTENT_LENGTH
    Authorization: AuthSub token="AUTHORIZATION_TOKEN"
    GData-Version: 2
    X-GData-Key: key=DEVELOPER_KEY
    

    <?xml version="1.0" encoding="UTF-8"?>
    <entry xmlns="http://www.w3.org/2005/Atom"
        xmlns:yt="http://gdata.youtube.com/schemas/2007">
      <content>This is a crazy video.</content>
    </entry>
    

    construct that xml and send via POST. Get Developer_key, get the VIDEO_ID of the youtube video.

    Using a developer key:
    A developer key uniquely identifies a product that is submitting an API request. Please visit http://code.google.com/apis/youtube/dashboard/ to obtain a developer key.

    VideoID – The YouTube video ID that uniquely identifies the video.
    I think videoid for a youtube video http://www.youtube.com/watch?v=NWHfY_lvKIQ is NWHfY_lvKIQ

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I programmatically add UIElement s to canvas in Silverlight 4? But nothing
I am trying to programmatically add and remove application shortcuts from the app drawer.
How can I programmatically add 3-D shapes to Bing Maps (Virtual Earth)?
how can i add IOperationBehavior programmatically when running on iis ? not on custom
in which way i can add programmatically an uiswitch as navigation items or btw
How can I programmatically add an assembly (DLL) as reference in a C# project?
I am trying to programmatically add a new XLink node to an XDocument but
I need to programmatically add and remove rows from a Word 2010 table. Unfortunately
How can I programmatically add portlet to the JBoss Portal dashboard of specific user?
You can programmatically add or delete custom document properties (also called meta data) to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.