Jump to content

This in WinHttp


Recommended Posts

Hello, can someone please help me and show me how I convert this POST to WinHttp ?

POST https://www.googleapis.com/youtube/v3/commentThreads?part=snippet&key={YOUR_API_KEY}
    {
     "snippet": {
      "channelId": "UfJIoii9f-pL",
      "topLevelComment": {
       "snippet": {
        "textOriginal": "TESTKOMMENTER"
       }
      },
      "videoId": "BK2EL52FOEJ"
     }
    }

I dont know what to do with the snippet,channelid,...

I only have this :

sPaket = _WinHttpSimpleRequest($hHost2, "POST","/youtube/v3/commentThreads?part=snippet&key={YOUR_API_KEY})

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...