-1

i'm stuck at an issue with the Zend GData library. I'm trying to retrieve the network names for channels that are owned/partnered by such networks like Vevo, machinima etc.

I've looked into the mediaCredit tag with no success. Can anyone offer a solution?

More Info: https://developers.google.com/youtube/2.0/developers_guide_php

Zy0n
  • 810
  • 2
  • 14
  • 33
  • Manged to fix my issue here: http://stackoverflow.com/questions/12570034/how-to-programmatically-find-out-what-channels-are-part-of-a-given-youtube-netwo/17872113#17872113 – Zy0n Jul 26 '13 at 03:02

1 Answers1

0

I don't think that info is available publicly via API. But either way I suggest you to switch to YouTube Data API v3 for new features and support. Otherwise it would be in channels resource.

You can also use PHP client library for v3. Great new features and samples covering almost all the functionalities are coming soon.

Ibrahim Ulukaya
  • 12,767
  • 1
  • 33
  • 36
  • Thanks, ive manged to identify whether a channel is partnered or not through the `getMediaGroup()` method. But i'm wondering how socialblade.com do it? – Zy0n Jul 25 '13 at 01:01