Retrieving info on a youtube video for iOS -


two questions:

http://www.youtube.com/get_video_info?video_id=jn0nwjvzenc

to 'token' parameter value, how parsed, i.e. response json object?

second, need call each video id such token id different each video, or can call once , store token in given session , use every video download?

yes, token value different each different youtube video.

and token parsing use simple query parser have written myself in c++ parse tokens separated '&'.

usually get_video_info file format below:

status=ok&..........&token=val&thumbnail_url=val....

btw use linux, think logic same ios too...


Comments