views:

200

answers:

1

So I want to write a servlet which uploads a video to a youtube channel using the Java API, but I can't seem to find a way of specifying that I want to go through a proxy server. I've seen an example on this site where someone managed to do this using C#, but the Classes they used don't seem to exist in the Java API. Has anybody managed to successfully do this?

YouTubeService service = new YouTubeService(clientID, developerKey);

A: 

Anyone? Deadline approaching like a screeching biomechanoidal monster (with death metal playing in the background)

Binaromong