i am using zend framework for retrieving youtube video information ,
I need a way To get all the video links inside a playlist, the playlist Id is known .
is there any method for retrieving the above information ?
thanks
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’ll need to use the YouTube Data API:
You’ll need to authenticate if it’s a private playlist, but not if it’s public.
Read more on the relevant Zend Framework Manual and Google Reference Guide pages.