我完全是新到的。 我正试图建立一个系统,把录像带上你管,并保存他们的URL。 另一项紧急呼吁后来合并。 我正在清除这个目标,以确保图书馆能够完成这些任务。
1) upload on a default channel 2) get video url 3) download video for offline viewing
我发现,有人使用的是厚生图书馆。 但面临许多问题。 我正在使用西澳大利亚合作署。 我把被zen为“C:wampwwwzend”的藏书图书馆复印件,并在此修改了php。
; Windows: "path1;path2" include_path = ".;C:wampwwwzendlibrary;c:phpincludes"
感觉没有变化。 因此,我试图用这一守则对图书馆进行测试。
<?php
error_reporting(E_ALL);
ini_set( display_errors , 1);
set_include_path( C:/wamp/library/zend/library . PATH_SEPARATOR . get_include_path());
require_once zend/library/Zend/Gdata/YouTube.php ;
require_once zend/library/Zend/Gdata/ClientLogin.php ;
require_once zend/library/Zend/Loader/Autoloader.php ;
$autoloader = Zend_Loader_Autoloader::getInstance();
$authenticationURL= https://www.google.com/youtube/accounts/ClientLogin ;
$httpClient =
Zend_Gdata_ClientLogin::getHttpClient(
$username = shabab.h.siddique@gmail.com ,
$password = *** ,
$service = youtube ,
$client = null,
$source = testphp ,
$loginToken = null,
$loginCaptcha = null,
$authenticationURL);
$developerKey = AI3....w ;
$applicationId = Student Collaborative Video System ;
$clientId = Student Collaborative Video System ;
$yt = new Zend_Gdata_YouTube($httpClient, $applicationId, $clientId, $developerKey);
$yt->setMajorProtocolVersion(2);
$videoFeed = $yt->getVideoFeed(Zend_Gdata_YouTube::VIDEO_URI);
printVideoFeed($videoFeed);
var_dump($videoFeed);
?>
The错误一,目前见
1 0.0023 375392 {main}( ) .. estphp.php:0
2 0.0086 560192 require_once( C:wampwwwzendlibraryendGdataYouTube.php ) .. estphp.php:7