Blob Blame History Raw
> POST /youtube/v3/commentThreads?part=snippet&shareOnGooglePlus=false HTTP/1.1
> Soup-Debug-Timestamp: 1436524902
> Soup-Debug: SoupSession 1 (0x764270), SoupMessage 4 (0x718380), SoupSocket 2 (0x7f5d6c003780)
> Host: www.googleapis.com
> Authorization: Bearer ya29.rAH_Q0eNKofaqTAncnAaEB4V0WK9Txs3Z9Flw_euQ39X46jVgKMldLv1uARt2252pTEu
> GData-Version: 2
> Content-Type: application/json
> Accept-Encoding: gzip, deflate
> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
> 
> {"kind":"youtube#commentThread","snippet":{"channelId":"UCHdu7S-LbC8V98jsR_tu6GA","videoId":"RzR2k8yo4NY","topLevelComment":{"kind":"youtube#comment","snippet":{"channelId":"UCHdu7S-LbC8V98jsR_tu6GA","videoId":"RzR2k8yo4NY","textOriginal":"This is a test comment."}}}}
  
< HTTP/1.1 200 OK
< Soup-Debug-Timestamp: 1436524902
< Soup-Debug: SoupMessage 4 (0x718380)
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: Fri, 01 Jan 1990 00:00:00 GMT
< Date: Fri, 10 Jul 2015 10:41:42 GMT
< ETag: "iDqJ1j7zKs4x3o3ZsFlBOwgWAHU/T7NOv_1Oe26yX1oYK5tf_B19NuU"
< Vary: Origin
< Vary: X-Origin
< Content-Type: application/json; charset=UTF-8
< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
< 
< {
<  "kind": "youtube#commentThread",
<  "etag": "\"iDqJ1j7zKs4x3o3ZsFlBOwgWAHU/T7NOv_1Oe26yX1oYK5tf_B19NuU\"",
<  "id": "z12os1yw2pmnwpea204chtdb2wy3vhq4uhc",
<  "snippet": {
<   "channelId": "UCHdu7S-LbC8V98jsR_tu6GA",
<   "videoId": "RzR2k8yo4NY",
<   "topLevelComment": {
<    "kind": "youtube#comment",
<    "etag": "\"iDqJ1j7zKs4x3o3ZsFlBOwgWAHU/VtJ29PV7AvBk9_U48knHQnchfTU\"",
<    "id": "z12os1yw2pmnwpea204chtdb2wy3vhq4uhc",
<    "snippet": {
<     "channelId": "UCHdu7S-LbC8V98jsR_tu6GA",
<     "videoId": "RzR2k8yo4NY",
<     "textDisplay": "",
<     "textOriginal": "This is a test comment.",
<     "authorDisplayName": "GDataTest",
<     "authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
<     "authorChannelUrl": "http://www.youtube.com/user/GDataTest",
<     "authorChannelId": {
<      "value": "UCHdu7S-LbC8V98jsR_tu6GA"
<     },
<     "authorGoogleplusProfileUrl": "https://plus.google.com/113183959927163240640",
<     "canRate": true,
<     "viewerRating": "none",
<     "likeCount": 0,
<     "publishedAt": "2015-07-10T10:41:42.308Z",
<     "updatedAt": "2015-07-10T10:41:42.308Z"
<    }
<   },
<   "canReply": true,
<   "totalReplyCount": 0,
<   "isPublic": true
<  }
< }