Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I try to use this link to get the playlist item,
http://developers.google.com/youtube/v3/docs/playlistItems/list

There is a "try-it" interface in the bottom of the page, I input "contentDetails" or "snippet" in the "part", "PL4BF5198F14EEC8A5" in the "ID" field and push "execute". But the result has no item in.

If I use this link in the youtube, I can get the playlist.
http://www.youtube.com/playlist?list=PL4BF5198F14EEC8A5

So I want to ask if I fill anything wrong in the "try-it" table.

share|improve this question

1 Answer

You need to be authorized for that call to go through, did you click on the "Authorize requests using OAuth 2.0" switch to authorize the page to get that list on your behalf (using oAuth2)?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.