I am trying to fetch subscriptions of a youtube channel
$feedURL = 'http://gdata.youtube.com/feeds/api/users/BHUMGroup/subscriptions?v=2';
XML returned doesn't cover all the statistics.
For example there is a channel http://gdata.youtube.com/apple I am subscribed to
but it is not listed in XML
anyone knows how to fix it or any alternative?