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.