Hi,
I'm a developer of a WordPress plugin that embed YouTube videos using
the standard player API.
I use a simple GET request to GDATA to retrieve video information so
that I can validate the videos.
However, I have a couple of users who are getting errors when
attempting to fetch the results. They get...
Failed to connect to 209.85.227.118: Permission denied
That IP directs to Google.
The exact URL that I'm using is http://gdata.youtube.com/feeds/api/videos/{video
id}?v=2
Can anybody tell me why these problems might be occurring? Is it an
issue with my request or something to do with the user's permissions?
Any help will be greatly appreciated.
David.