개발도구/PHP,ASP,JSP,SCRIPT
[rss feed] vimeo rss feed
Hay's App
2011. 10. 11. 11:14
vimeo developers / simple API 을 찾아 보았다.
http://vimeo.com/api/docs/simple-api
making the URL
http://vimeo.com/api/v2/username/request.output
username Either the shortcut URL or ID of the user, an email address will NOT work. request The data you want. The different request types are listed below. output Specify the output type. We currently offer
requests you can make
위의 형식대로 주소를 맞춰 보니.
http://vimeo.com/api/v2/onnuripoint5/videos.xml
이렇게 하면 되며, 아래와 같이 xml 형식의 RSS feed 가 나오게 된다.
</video>
다양한 API을 제공하니, 입맛에 따라 사용하세요~
http://vimeo.com/api/docs/simple-api
making the URL
http://vimeo.com/api/v2/username/request.output
JSON
, PHP
, and XML
formats.위의 형식대로 주소를 맞춰 보니.
http://vimeo.com/api/v2/onnuripoint5/videos.xml
이렇게 하면 되며, 아래와 같이 xml 형식의 RSS feed 가 나오게 된다.
<videos>
다양한 API을 제공하니, 입맛에 따라 사용하세요~