PDA

View Full Version : need help youtube APIs with qt



doforumda
18th November 2010, 13:21
hi

i need some links where i can learn how to use youtube APIs with qt.i google it but i could not find any useful links. Please help
thanks

squidge
18th November 2010, 14:43
It's all described in the Youtube API documentation: http://code.google.com/apis/youtube/getting_started.html#data_api. You'll want to read the Protocol guide and the Reference guide. You may also wish to read the Google Data Protocol guide which is what the above documents are based from.

Once you understand that, how to post data to websites and retrieve results is documented in the Qt documentation.

somnathbanik
18th November 2010, 15:13
hi

i need some links where i can learn how to use youtube APIs with qt.i google it but i could not find any useful links. Please help
thanks

rather you could go to http://qt-apps.org/ and search for Minitube, you will find an example that is using Youtube api.

doforumda
18th November 2010, 18:02
i need something like minitube but i dont need software i need example from which i can learn how to get youtube videos and other stuff.

produktdotestow
18th November 2010, 18:31
so download the source code and browse it in order to understand the API.

squidge
18th November 2010, 21:09
Along with the API reference guide, it should be childs play.