Hi Everyone,
YouTube released a few days ago a new version of their data API. You can now interact with the system; you are no longer limited to simply retreiving publicly available information. You can now
- Add, Remove and Modify Favorites
- Create, Modify and Delete Playlists
- Add To, Remove From and Reorder Playlists
- Upload, Delete and Update Videos
- Rate and Comment Videos
- …
To enable these actions, you need to login through the standard Google API Authentication procedure. I have succeeded in doing so, and using all the actions mentionned above that can be done using POST and GET. However I realized that with Flash CS3 you are not allowed to use PUT & DELETE http methods.
Continue reading
