views:

25

answers:

1

I'm creating an app that constantly checks the number of views a youtube video has.

Is this possible? and how would I do it?

Example code, would be awesome :D

Thanks, Elijah

A: 

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

Aaron Saunders
Do you mind showing a quick example on just how to fetch the amount of views on a video?
Elijah W.
have you written anything yet? There is sample code in the link provided
Aaron Saunders
Figured it out :D thanks :D
Elijah W.
so if this was helpful, please accept answer
Aaron Saunders