Anyone one tell me where can I find tutorials to teach me how to use GData to upload a video to youtube from my iOS app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can find a well written example from creators’ page of GData for Objective C.
You just need to download the latest source from his project svn (Just type this code on your terminal application)
and search inside ~/Desktop/gdata-objectivex/Examples/YoutubeSample.
In this directory there is a project implementing login with Oauth2, upload of a video and more operations.
This is the basic, I also suggest you to read the general API from youtube here http://code.google.com/apis/youtube/overview.html.