Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

luyao

macrumors newbie
Original poster
Mar 19, 2011
4
0
Hi there,

My code can upload the video to YouTube successfully, I want to get the embed link of the uploaded video, and put this link to another website, so that I can see the video from that website.

How can I get that link?

I use code below to upload the video, but I can not see any useful information from the returned ticket.

GDataServiceTicket *ticket;
ticket = [service fetchEntryByInsertingEntry:entry
forFeedURL:url
delegate:self didFinishSelector:mad:selector(uploadTicket:finishedWithEntry:error:)];


Is there anyone can help me out here?

Thanks a lot
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.