objective-c parsing youtube video to see number of views
I'm creating an app that constantly checks the number of views a youtube video has.
Is this possible? and h开发者_运维百科ow would I do it?
Example code, would be awesome :D
Thanks, Elijah
start here with the client library
http://code.google.com/p/gdata-objectivec-client/
here are the sample applications
http://code.google.com/p/gdata-objectivec-client/source/browse/#svn/trunk/Examples/YouTubeSample
look here is sample code
http://pastebin.com/Bx6TCb2v
精彩评论