Creating YoutTube $yt Object problem

Discussion in 'General Chat' started by gaurav_, Dec 4, 2010.

  1. #1
    hi friends,
    i need small help from you guys, i want to create youttube object and i have downloaded the library and included it.

    And for creating $yt object we need to use this code
    
    $developerKey = 'ABC123 ... ';
    $applicationId = 'Video uploader v1';
    $clientId = 'My video upload client - v1';
    
    $yt = new Zend_Gdata_YouTube($httpClient, $applicationId, $clientId, $developerKey);
    
    Code (markup):
    but i dont know what to write in $applicationId and clientId variable. in google dashboard. i could just see developer key only. please help me where to get correct values for appid and clientid.
     
    gaurav_, Dec 4, 2010 IP