In my iPhone application, I want to do a search for video on youtube.
How can I do this (with the GData API)?
In my iPhone application, I want to do a search for video on youtube.
How can I do this (with the GData API)?
Copyright © 2021 Jogjafile Inc.
You do it the same as you would ask for any other data. If I wanted to search for youtube videos from my iPhone application, I would create a request to youtube that looked like this:
You will need to parse the
myYouTubeData
string that you get back. The complete guide on how to structure your query can be found at the YouTube API webpage.