I want a simple way so retrieve all user’s uploads on Youtube including private videos. I’m using PHP and gdata API, and I do not want to use Zend Gdata.
Any ideas or approaches to do that ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Zend Gdata as a ‘generic solution’. For example in this code snippet, I am getting the number of views of this video. No need for use with the Zend framework. As you can see I am using the PHP CLI for this one:
For your purposes, you can see more details on how to use it over here.
The key is to include the necessary php files. In my example btw, my Zend files are on the include path.