【发布时间】:2013-06-19 14:47:27
【问题描述】:
这个指向 google 组的链接有一个问题让我产生疑问:
https://groups.google.com/d/msg/youtube-api-gdata/fYbKwNP5Dj8/6l7B4q9s2fUJ
当谷歌开发指南说必须是 $yt->setMajorProtocolVersion(2); 时,为什么解决方案是 $newEntry->setMajorProtocolVersion(2); ?
(输入https://developers.google.com/youtube/2.0/developers_guide_php并查找$yt->setMajorProtocolVersion(2);的第一次出现)
【问题讨论】:
标签: youtube-api