I'm playing with YouTube API. Using the following URL: https://gdata.youtube.com/feeds/api/users/RayWilliamJohnson/uploads, how do I get the video URLs? The URLs all seem to have the schema https://. Shouldn't there be an http:// only?
I'm playing with YouTube API. Using the following URL: https://gdata.youtube.com/feeds/api/users/RayWilliamJohnson/uploads, how do I get the video URLs? The URLs all seem to have the schema https://. Shouldn't there be an http:// only?
?alt=json
to the url, it it's better in your case than XML. Still, I'd prefer Zend Gdata, which has functions for things like this. – Martti Laine