Posts: 1,000
Threads: 253
Joined: Feb 2008
Anyone mess with using QM to interface with YouTube API to upload videos?
API 2.0
https://developers.google.com/youtube/2 ... _uploading
Thanks!
Posts: 12,090
Threads: 142
Joined: Dec 2002
Try Http.PostFormData. It can send and receive headers.
Posts: 1,000
Threads: 253
Joined: Feb 2008
That is what I was thinking.
I spent some time sifting through the docs. Registering for developer account, getting the token access, etc.
It's a lot of red tape on Google's end. I've done work with Twitter 2.0 API and oAuth stuff, so I kind of know the lingo, but of course Google is totally different.
-Jim