Engineering and Developers Blog

What's happening with engineering and developers at YouTube

YouTube APIs + iPhone = Cool mobile apps

Thursday, February 5, 2009
Share on Google+ Share on Twitter Share on Facebook
Google
Labels: code , iphone , samples , tutorials

164 comments :

  1. Tzur SayagFebruary 9, 2009 at 6:38 PM

    a few things for those who can't make it work (method 2):

    1) if you have stuff in your UIWebViewDelegate methods (like NSLog(@"something") it will crash so remove it.
    2) do not expect this to work in the simulator.
    my 5 cents, took me 2 hours to figure out.
    -t

    ReplyDelete
    Replies
      Reply
  2. AnonymousFebruary 23, 2009 at 8:44 PM

    don't forget the iPhone web apps too :).. I've integrated the Youtube Search API into both of my iphone apps:

    http://imusicmash.com and
    http://imoviemash.com

    thanks youtube!

    A

    ReplyDelete
    Replies
      Reply
  3. WHYTFebruary 27, 2009 at 12:19 AM

    So, what if I have an RSS feed displaying a certain user's vids and want each vid's thumbnail to display alongside the vid title? How might I do that with the API?

    ReplyDelete
    Replies
      Reply
  4. pepersviewMarch 24, 2009 at 3:00 AM

    Hello, i have one problem, i tried with the next code, but the simulator didn't show me the video:
    The comment don't allow html code, for this i hide this part.
    --------------------------
    NSString* htmlString =
    @"HTML CODE";

    [self.window addSubview:webView];
    [webView loadHTMLString:htmlString baseURL:[NSURL URLWithString:@"http://www.google.com"]];
    ------------------------

    SECOND TRY

    --------------------------
    NSString *htmlString = [NSString stringWithFormat:
    @ "HTML CODE"];

    [webView loadHTMLString:htmlString baseURL:[NSURL URLWithString:@"http://www.google.com"]];
    ---------------------------

    Thanks!!

    PD: The goal for my, is to play only youtube videos in my app and return to my app to rate the video or see more,...

    If u have one mail of contact, i can send u the html code too.

    ReplyDelete
    Replies
      Reply
  5. AnonymousApril 9, 2009 at 8:43 PM

    whoever sees this I just want to put it out there that youtube isint always fair. My friend is an amazing singer, better than anyone ive ever heard, she will kick any other singer off the stage. she would win americna idol in a heratbeat, and im not just saying that. But, no one can hear her becasue no one can find her videos unles she gives us the link. If someone sees this can they wirte back and tell me what i should help her do.

    ReplyDelete
    Replies
      Reply
  6. AnonymousApril 9, 2009 at 8:44 PM

    sorry, i know this isint a blog for this type of stuff. i just need help from my previous comment becasue i dont know where else to say this stuff or who to tell this too

    ReplyDelete
    Replies
      Reply
  7. BlackberryApril 14, 2009 at 4:34 AM

    Hi,
    Well mostly people inspire from the condition of cell phone and functions which are in cell phone.

    ReplyDelete
    Replies
      Reply
  8. Manu IyengarMay 5, 2009 at 8:55 AM

    Method 2 will cause a crash if the user taps on the gray "play" button before the thumbnail image is fetched from the server. The backtrace looks like this:




    #0 0x3147876c in spin_lock ()
    #1 0x3026d4d6 in CFRunLoopSourceSignal ()
    #2 0x344cce00 in -[YTImageLoader(Internal) _loadImageURL:videoID:] ()
    #3 0x344cc6ec in -[YTImageLoader imageForURL:videoID:loadIfAbsent:] ()
    #4 0x344d32a0 in -[YTVideo thumbnailLoadIfAbsent:] ()
    #5 0x006dd664 in dyld_stub_time ()
    #6 0x344d0594 in -[YTSearchRequest didProcessDocument] ()
    #7 0x344d0594 in -[YTSearchRequest didProcessDocument] ()
    #8 0x344ca724 in -[XMLHTTPRequest connectionDidFinishLoading:] ()
    #9 0x306a6366 in -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] ()
    #10 0x306a62e4 in _NSURLConnectionDidFinishLoading ()


    Any ideas for a fix/workaround?

    ReplyDelete
    Replies
      Reply
  9. AnonymousJune 26, 2009 at 2:38 PM

    so has anyone figured this out?

    ReplyDelete
    Replies
      Reply
  10. Nivek AstorethAugust 25, 2009 at 1:46 PM

    It would be awesome if at least someone could figure out how to make this embedded object useable. No one has succeeded in this yet?

    ReplyDelete
    Replies
      Reply
  11. AnonymousAugust 31, 2009 at 11:02 AM

    Is anyone else running into an issue where the thumbnail does not display? Sometimes it works correctly. Other times it just shows the play button with YouTube logo, even though I have network access. Can't find any rhyme or reason.

    ReplyDelete
    Replies
      Reply
  12. AnonymousSeptember 11, 2009 at 9:04 AM

    I am running into the thumbnail issue as well. Sometimes it displays, sometimes it doesn't. Even with network access. Any tips on how to address this would be greatly appreciated.

    ReplyDelete
    Replies
      Reply
  13. AnonymousOctober 9, 2009 at 4:12 AM

    Hi in my iPhone App i have to get videos from youtube,i am uploading videos as private.is it possible to get those private get those private videos from my youtube account.

    ReplyDelete
    Replies
      Reply
  14. BUMPMarch 22, 2010 at 8:07 AM

    Try the new MOBILE phone APPLICATION for FREE on www.bump.ac !BackUp your information now!

    ReplyDelete
    Replies
      Reply
  15. AnonymousMarch 29, 2010 at 6:52 AM

    I m also facing same problem as of brother. any body has any idea??

    ReplyDelete
    Replies
      Reply
  16. JackApril 8, 2010 at 4:27 AM

    You can Watch your youtube videos on your Blackberry.
    Blackberry Pearl 9100 Code Generator

    ReplyDelete
    Replies
      Reply
  17. BryanMay 11, 2010 at 2:45 AM

    I haven't actually seen any great apps with YouTube. Looks like a lot of hot air

    ReplyDelete
    Replies
      Reply
  18. AnonymousMay 14, 2010 at 12:44 PM

    I am using method 2. I would like to know if there is a way to know if the user actually played/watched the video (by touching the play in the webview). I want to add it to a list of watched videos in my app.

    From the Apple documentation, it looks like subclassing UIWebView may be off-limits.

    ReplyDelete
    Replies
      Reply
  19. Dissertation ServiceJune 2, 2010 at 11:13 PM

    thank you very much for this article.
    ....................
    Dissertation Service

    ReplyDelete
    Replies
      Reply
  20. AnonymousJune 26, 2010 at 6:45 PM

    Hi, may I have a feature request. It would be useful it was possible to tell the iPhone's YouTube player to display custom overlay controls, to not display the original playback controls and to customize the background. The iPhone's Quicktime player allows for customisations like that. Thanks.

    ReplyDelete
    Replies
      Reply
  21. yujeanJuly 6, 2010 at 7:47 PM

    If the youtube ID has an underscore in it, it won't work. Anybody have a clue why?

    ReplyDelete
    Replies
      Reply
  22. AnonymousJuly 11, 2010 at 1:08 AM

    Is Method 2 still valid with the recent YouTube html5 updates? My app no longer works and the Apple iPhone app is also broken. Is this temporary or is this permanent?

    ReplyDelete
    Replies
      Reply
  23. Dissertation helpAugust 3, 2010 at 11:29 AM

    I have been visiting various blogs for my research work. I have found your blog to be quite useful. Keep updating your blog with valuable information... Regards

    ReplyDelete
    Replies
      Reply
  24. Twitter followersAugust 3, 2010 at 11:32 AM

    Extremely useful and informative article. I wish i can do all of that in a short period of time. But for sure doing those will produce results. I will try to spread your words through my blog and link it back to you. Thanks a lot for those tips.

    ReplyDelete
    Replies
      Reply
  25. CharlyAugust 25, 2010 at 6:39 AM

    I'm making a web app designed to work fullscreen.

    If I open the app in fullscreen mode, it does give me a clickable thumbnail of the video, it plays without leaving my web app, but the screen is black and I only get the audio.

    If I open the web app in safari everything works.

    Is there anyway to play youtube videos like this when the web app is running in fullscreen mode?

    ReplyDelete
    Replies
      Reply
  26. AnonymousOctober 20, 2010 at 9:32 PM

    It works great for my Handbook of High-Risk Obstetrics ( http://itunes.apple.com/us/app/handbook-high-risk-obstetrics/id321135898?mt=8) and Jumbled Word Helper ( http://itunes.apple.com/us/app/jumbled-word-helper/id305465923?mt=8)

    ReplyDelete
    Replies
      Reply
  27. AnonymousOctober 30, 2010 at 5:26 PM

    consider an extentions of swfobject that is i-phone ready.

    ReplyDelete
    Replies
      Reply
  28. AnonymousNovember 11, 2010 at 11:54 AM

    This conclusion can be drived from secondary sources as well. Because writer point of view is not different from the claims of other indusry leaders. Author did not use primary sources.
    UK Dissertations

    ReplyDelete
    Replies
      Reply
  29. FreePornNovember 16, 2010 at 1:28 AM

    The youtube app from iphone, the random one sucks. I downloaded another one that was also for free.

    ReplyDelete
    Replies
      Reply
  30. Web designerNovember 16, 2010 at 5:43 PM

    I'm not really technical or having much knowledge about these APIs but trying hard to pick em up. thanks for sharing them though.

    ReplyDelete
    Replies
      Reply
  31. AnonymousNovember 18, 2010 at 4:59 PM

    Rick rolled. Thanks. Was this blog post posted on April 1st?

    ReplyDelete
    Replies
      Reply
  32. Softmod WiiNovember 22, 2010 at 6:48 PM

    Anthem is like Pandora, but for music videos. Choose an artist, and it retrieves videos from that artist and similar artists. Enjoy! It's free for a limited time.

    ReplyDelete
    Replies
      Reply
  33. Sample Communication ResumeDecember 10, 2010 at 6:03 AM

    This is highly informatics, crisp and clear. I think that Everything
    has been described in systematic manner so that reader could get
    maximum information and learn many things. .As i can judge your quality writing.This is one of the best blogs I have read.congrats for a very meaningful
    efforts.

    ReplyDelete
    Replies
      Reply
  34. Dissertation HelpJanuary 22, 2011 at 1:06 AM

    I don’t know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.

    ReplyDelete
    Replies
      Reply
  35. Designer glasses frames eyeglasses frame glass eyeglassFebruary 3, 2011 at 10:31 AM

    Hello there, you have been a great resource, totally love being here..

    ReplyDelete
    Replies
      Reply
  36. AnonymousFebruary 9, 2011 at 11:06 AM

    [videoView removeFromSuperview];

    The Class Reference on UIView has all of this stuff. No need to rummage through YouTube looking for videos.

    ReplyDelete
    Replies
      Reply
  37. Make Money OnlineFebruary 9, 2011 at 9:09 PM

    The good thing about your information is that it is explicit enough for students to grasp. Thanks for your efforts in spreading academic knowledge.

    ReplyDelete
    Replies
      Reply
  38. requirements definitionApril 7, 2011 at 11:13 PM

    Truly nice post about "YouTube APIs + iPhone = Cool mobile apps".

    ReplyDelete
    Replies
      Reply
  39. Blackberry Unlock CodeMay 7, 2011 at 4:41 AM

    Thanks shanev for your link of Anthem music video techniques. It helped me a lot to get a brief knowledge on it.

    ReplyDelete
    Replies
      Reply
  40. Las Vegas ForeclosuresMay 12, 2011 at 12:14 PM

    I needed to put you the very little remark to help say thanks over again for the magnificent pointers you’ve discussed on this site. This is simply surprisingly generous of people like you to present freely what exactly some people would’ve distributed for an electronic book to help with making some money for their own end, specifically considering that you might well have tried it in case you decided. The points additionally worked as a good way to understand that other people online have the same dreams like my personal own to learn a good deal more when considering this condition. I’m certain there are many more enjoyable moments ahead for individuals who scan your site.

    ReplyDelete
    Replies
      Reply
  41. Las Vegas ForeclosuresMay 13, 2011 at 12:28 PM

    I was recommended this web site by my friend. I am not sure whether this post is written by him as nobody else know such detailed about my problem. You are wonderful! Thanks!

    ReplyDelete
    Replies
      Reply
  42. reverse phone lookupJune 13, 2011 at 8:52 AM

    I really enjoyed this video

    ReplyDelete
    Replies
      Reply
  43. dissertations writingJune 24, 2011 at 8:50 AM

    yes...:) great work ! I definitely enjoying every little bit of it I have you bookmarked to check out new stuff you post and yes i love utube :)

    ReplyDelete
    Replies
      Reply
  44. Marriott discount codesJuly 11, 2011 at 6:59 AM

    Recently, I did not give lots of consideration to leaving responses on site page reports and have positioned responses even less. Reading through by way of your enjoyable article, will assist me to do so sometimes.

    ReplyDelete
    Replies
      Reply
  45. AnonymousJuly 25, 2011 at 10:26 AM

    If i want to open mediaplayer from url, Is it possible?

    ReplyDelete
    Replies
      Reply
  46. anop72July 25, 2011 at 10:27 AM

    If i want to open mediaplayer from url, Is it possible?

    ReplyDelete
    Replies
      Reply
  47. MikesAugust 4, 2011 at 8:46 AM

    thanks youtube for this new feature.i really love you guys.i watching your clips 2-3 h per day.

    filme online | filme online gratis

    ReplyDelete
    Replies
      Reply
  48. MattWAugust 5, 2011 at 7:30 AM

    I'm having trouble when the user clicks done in the you tube screen. It loads the first xib ontop of the last viewcontroller i was on before I opened the you tube video. Does anyone else have this issue or know what is happening when the done button is pressed

    ReplyDelete
    Replies
      Reply
  49. Bali BrasAugust 10, 2011 at 3:58 PM

    I was looking for some YouTube API implementation on iPhone but couldnt find and good resources and now I came across this post. This is actually a great help! Thanks for sharing.

    ReplyDelete
    Replies
      Reply
  50. AnonymousAugust 15, 2011 at 6:16 AM

    thnx for this was looking for itFree PDF Ebooks Downloads

    ReplyDelete
    Replies
      Reply
  51. literature reviewAugust 19, 2011 at 5:16 AM

    NICE POST BUDDY ! I THINK YOUR POST IS QUITE GOOD

    ReplyDelete
    Replies
      Reply
  52. AnonymousSeptember 12, 2011 at 7:00 PM

    what is the best way to download ebook
    ebook downloads free games downloads

    ReplyDelete
    Replies
      Reply
  53. dissertation writing serviceSeptember 19, 2011 at 2:32 AM

    Your options for how accept input in an iPhone app are limited both by the innate constraints of the screen and by the standard human interfaces which Apple has developed. So, if you want to give users a few options,...

    ReplyDelete
    Replies
      Reply
  54. διαγωνισμοιSeptember 22, 2011 at 10:35 PM

    Thanks for taking the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you gain knowledge, would you mind updating your blog with extra information?

    ReplyDelete
    Replies
      Reply
  55. dissertation helpSeptember 23, 2011 at 1:02 AM

    In exactly the same situation just found the anwer. Typically of many large APIs, the fundamentals get lost in explanation of the higher level stuff - can be frustrating. Thankfully, the info is there...

    ReplyDelete
    Replies
      Reply
  56. african mangoSeptember 24, 2011 at 10:26 AM

    I've been using the youtube api for quite a while and I have to say I love the way it works.

    ReplyDelete
    Replies
      Reply
  57. dissertation proposalSeptember 25, 2011 at 11:30 PM

    I have already tried this site but it doesn't show how to implement in the iphone. Can anyone help me with this

    ReplyDelete
    Replies
      Reply
  58. Logo designSeptember 25, 2011 at 11:32 PM

    Cool post very informative I just found your site and read through a few posts although this is my first comment, i'll be including it in my favorites and visit again for sure

    ReplyDelete
    Replies
      Reply
  59. Thesis Writing HelpOctober 6, 2011 at 12:42 PM

    Nice Buddy
    Thesis Paper Writing

    ReplyDelete
    Replies
      Reply
  60. BandagesOctober 18, 2011 at 10:27 PM

    I am continuously looking online for articles that can facilitate me. Thx!

    ReplyDelete
    Replies
      Reply
  61. Organizari evenimenteOctober 26, 2011 at 1:55 AM

    Sweet!! Great tutorial! This made me love my Iphone, even more! :D 10x!

    ReplyDelete
    Replies
      Reply
  62. web hostingOctober 29, 2011 at 8:23 PM

    I face some problems with youtube API lately :/

    ReplyDelete
    Replies
      Reply
  63. AnonymousOctober 31, 2011 at 1:48 PM

    Is there anyway to include a callback for when the youtube video is closed and your app is shuffled back in ?

    ReplyDelete
    Replies
      Reply
  64. SMSNovember 4, 2011 at 10:21 AM

    I agree with you. This post is truly inspirational. I like your post and all you share with us is up to date and quite informative, i would like to bookmark the page so i can come here again to read you, as you have done a wonderful job……

    ReplyDelete
    Replies
      Reply
  65. logo design competitionNovember 5, 2011 at 6:36 AM

    This post is useful for my research writing, thanks!

    ReplyDelete
    Replies
      Reply
  66. treatment for head liceNovember 5, 2011 at 6:37 AM

    Hey, your blog is always great to read, much well-written information and knowledge. Keep up the good work!

    ReplyDelete
    Replies
      Reply
  67. Jokers CapNovember 8, 2011 at 5:05 PM

    The API for iPhone... nice, but how to implement it the proper way? Theres still no backend / tutorial for us. I wanted to use it for some kind of live football betting app :(

    ReplyDelete
    Replies
      Reply
  68. christmas costumeNovember 13, 2011 at 11:16 PM

    youtube APIs rocks. You are the best.

    ReplyDelete
    Replies
      Reply
  69. winter black jacketNovember 13, 2011 at 11:26 PM

    Really very nice post, Thanks for sharing this valuable information with us.

    ReplyDelete
    Replies
      Reply
  70. winter jackets for menNovember 14, 2011 at 2:37 AM

    It's really a wonderful job. This message contains useful information that helps us a lot. I have never seen such a large contribution.

    ReplyDelete
    Replies
      Reply
  71. thanksgiving costumesNovember 14, 2011 at 3:52 AM

    Great blog here, such a wealth of content.

    ReplyDelete
    Replies
      Reply
  72. essay writing servicesNovember 16, 2011 at 1:20 AM

    i work good with the supplied HTML. but i want to know how to convert a straight Youtube link into the fancy one they use.

    regard
    essay writing service uk

    ReplyDelete
    Replies
      Reply
  73. best dissertationsNovember 17, 2011 at 1:00 AM

    Very nice! but do not forget iphone web apps to.:)
    best dissertation writing service

    ReplyDelete
    Replies
      Reply
  74. leather jacketNovember 20, 2011 at 9:11 PM

    Really very nice post, Thanks for sharing this valuable information with us.

    ReplyDelete
    Replies
      Reply
  75. kurtvermNovember 21, 2011 at 12:13 AM

    Thanks for the information! Video plays fine, but when control returns to my application, my app seems to have freezed, none of the buttons are clickable anymore (neither my tabs nor the back navigationcontroller button). Has anyone encountered something similar?

    ReplyDelete
    Replies
      Reply
  76. Pariuri sportiveNovember 22, 2011 at 1:11 AM

    I tried this combination, but I did not used to anything. not synchronize as good as I wished, and the files would take crazy.

    ReplyDelete
    Replies
      Reply
  77. List of article directoriesNovember 22, 2011 at 10:46 AM

    Very fantastic post, i am really appreciate you for sharing this useful information with us its really helpful for me

    ReplyDelete
    Replies
      Reply
  78. wesley gibson jacketNovember 23, 2011 at 12:53 AM

    Really very nice post, Thanks for sharing this valuable information with us.

    ReplyDelete
    Replies
      Reply
  79. jimcarreyNovember 27, 2011 at 8:46 AM

    I think its one of the only shows on there where you can actually learn how to cook. I think it also speaks to most of us who don’t really shop as much as we should.
    cheap banner design
    cheap brochure design

    ReplyDelete
    Replies
      Reply
  80. PMP SeattleNovember 27, 2011 at 6:15 PM

    That was really impressive combination. In fact, I like that application. Thank you for this info.

    ReplyDelete
    Replies
      Reply
  81. northern lights backgroundNovember 28, 2011 at 10:32 AM

    application goes is quite useful. May you come across some small bugs in the rest everything is OK, meaning that operates at a very good

    ReplyDelete
    Replies
      Reply
  82. remedii vergeturiDecember 2, 2011 at 8:38 AM

    THank you for this valuable information. Youtube has becomed a god online.

    ReplyDelete
    Replies
      Reply
  83. power scootersDecember 2, 2011 at 4:18 PM

    It was a very good post indeed. I thoroughly enjoyed reading it in my lunch time. Will surely come and visit this blog more often. Thanks for this informative share.

    ReplyDelete
    Replies
      Reply
  84. masaj anticeluliticDecember 4, 2011 at 11:03 AM

    some applications worthy of all praise. I am not a supporter of extensible, but when it comes to gadgets, ok give me no problems.

    ReplyDelete
    Replies
      Reply
  85. dialog in patDecember 7, 2011 at 4:03 AM

    I love people iOS applications. are interesting but also exciting. May it not quit in front of the phone

    ReplyDelete
    Replies
      Reply
  86. best dissertation helpDecember 10, 2011 at 3:04 AM

    My opinion got ingested. Anyhow I wished to say it's nice to realize that anyone else also pointed out this as I had challenges finding the same info in another place

    ReplyDelete
    Replies
      Reply
  87. hereDecember 11, 2011 at 2:11 PM

    Their passion for this sort of thing should be zero. given that many people give money and work

    ReplyDelete
    Replies
      Reply
  88. Dissertation Writing HelpDecember 14, 2011 at 1:21 AM

    It is a seriously excellent post. My partner and i find this info by Google. Fantastic job

    ReplyDelete
    Replies
      Reply
  89. keffieDecember 19, 2011 at 2:47 AM

    Thank you very much for this valuable piece of informaton. I've been searching this for a long time and now I've founded on this great site! I appreciate, thank you again.

    haine originale

    ReplyDelete
    Replies
      Reply
  90. ventilatoareDecember 19, 2011 at 7:52 AM

    Thank you very much for this valuable piece of informaton. I've been searching this for a long time and now I've founded on this great site! I appreciate, thank you again.

    ReplyDelete
    Replies
      Reply
  91. costume barbatiDecember 19, 2011 at 12:50 PM

    Thank you very much for this valuable piece of informaton. I recently came across your blog and have been reading along. I thought I would leave my first comment. I just want to emphasize the good work on this blog, has excellent views and a clear vision of what you are looking for.

    ReplyDelete
    Replies
      Reply
  92. recovery loop restoreDecember 23, 2011 at 7:00 AM

    Interesting article as for me. I'd like to read more about that topic. Thanks for giving this data. I think it’s a well informatics written post. Its shows the written quality of writer. Welldone friend keep it up..

    recovery loop restore

    ReplyDelete
    Replies
      Reply
  93. pmp test prepDecember 26, 2011 at 6:50 AM

    Yeah, it was very cool application. In fact, I am always open it on my phone for fast loading of videos.

    ReplyDelete
    Replies
      Reply
  94. londra atractie turisticaJanuary 1, 2012 at 8:50 PM

    It seems from here you just care about C-West and not even a single care about other servers.Other servers have English speaking players too.But as we see only C-West has gms.Other servers are full of cheaters.If patches are Mgame's job why you dont ban cheaters?

    londra atractie turistica

    ReplyDelete
    Replies
      Reply
  95. paine alba vs. paine integralaJanuary 4, 2012 at 8:09 PM

    i think i read it in some forum but not sure how reliable that source is.
    are you guys doing any kind of poll to know what players think about this?
    i am very happy bc it's pretty much impossible to bomb town with so many towers hitting so hard.

    paine alba vs. paine integrala

    ReplyDelete
    Replies
      Reply
  96. Servicing StopJanuary 12, 2012 at 2:38 AM

    Nice post
    Servicing Stop

    ReplyDelete
    Replies
      Reply
  97. cadouri paste 2012January 16, 2012 at 10:29 AM

    One of my biggest gripes with the new privacy policy is that I can no longer put the spotlight on cheaters or users who have bad behavior. I miss my wall of shame... you see, this has offered unscrupulous users the opportunity to hide in plain sight, so to speak.

    cadouri paste 2012

    ReplyDelete
    Replies
      Reply
  98. Servicing Stop BlogJanuary 19, 2012 at 9:05 AM

    this API makes things very easy

    ReplyDelete
    Replies
      Reply
  99. LyricsJanuary 19, 2012 at 11:01 AM

    Nice post! I love youtube!

    ReplyDelete
    Replies
      Reply
  100. TreyJanuary 23, 2012 at 3:21 PM

    Excellently written article, if only all bloggers offered the same content as you, the internet would be a much better place. Please keep it up!

    ReplyDelete
    Replies
      Reply
  101. domain hosting indiaJanuary 30, 2012 at 1:43 AM

    Your blog post is very unique and well research, Thanks for your research on academic knowledge…

    ReplyDelete
    Replies
      Reply
  102. k cup coffeeFebruary 2, 2012 at 3:43 AM

    Details are very true and factual, I do really learned something new upon reading this interesting post. Good job! and Thanks!
    g

    ReplyDelete
    Replies
      Reply
  103. cialisFebruary 6, 2012 at 4:18 AM

    It is my great pleasure to visit your website and to enjoy your excellent post here. I like that very much.

    ReplyDelete
    Replies
      Reply
  104. TreyFebruary 9, 2012 at 10:31 AM

    This one article alone shows off your excellent writing skills. I am very impressed with your views and interesting content. I hope you intend to continue writing more informational articles.

    ReplyDelete
    Replies
      Reply
  105. http://www.promovareweb.org/February 9, 2012 at 12:56 PM

    If we're talking about KOWorld's policies regarding cheaters, then yes, those are planned to change. KOL Team held a meeting back in October addressing the current standing policies, how to refine/better explain them, and updating the punishments for rule breaking. It's still under revision, but it is planned to remove the 2-Strikes rule with third party tool use and simply terminate the cheater's account on the first offense once more. Also, expanding the punishment of NP Transferring to encapsulate the entire guilty clan rather than just individual members participating in the transfer. No word on when this policy change will occur at the moment. Results pending.

    http://www.promovareweb.org/

    ReplyDelete
    Replies
      Reply
  106. Honolulu airport hotelFebruary 14, 2012 at 11:35 PM

    great post!!! Great and beautiful page I liked a lot. Thanks a lot for writing good quality posts.

    ReplyDelete
    Replies
      Reply
  107. Free international callsFebruary 16, 2012 at 12:48 AM

    I like it! I like it a lot. You know precisely what your talking about, exactly where other People are coming from on this issue.

    ReplyDelete
    Replies
      Reply
  108. AnonymousFebruary 17, 2012 at 3:47 AM

    GA!!! I got rickrolled.

    ReplyDelete
    Replies
      Reply
  109. icon designFebruary 20, 2012 at 8:21 AM

    If KOWorld were to close, would anything be done to help move over the premium buyers to a new game that gamersfirst has released?

    icon design

    ReplyDelete
    Replies
      Reply
  110. clasamente fotbalMarch 1, 2012 at 9:31 AM

    Its abit complex , and this is a rough idea, but this will help alot of higher end players make complex deals without having to rely too much on each other's personal integrity.
    This will help prevent scams and the like, as there is FULL transparency in the trades...

    clasamente fotbal

    ReplyDelete
    Replies
      Reply
  111. cribbbleMarch 4, 2012 at 9:04 AM

    if i visit my friend and play knight online there different ip is registred, so if i get hacked , is it considered account sharing, alltho i dont share, or u have some other identifing method too. Can you see comp mac address or something ?

    cribbble

    ReplyDelete
    Replies
      Reply
  112. Cataratas en los ojosMarch 5, 2012 at 8:15 AM

    Thanks for this post! very helpful. Keep it up.
    Mascarillas caseras para el cabello
    Cesped Artificial Precios

    ReplyDelete
    Replies
      Reply
  113. jancllMarch 9, 2012 at 11:42 AM

    If you are curious how to achieve clickable youtube thumbnails directly from the table view, try tips from the following blog: http://jancll.wordpress.com/2012/02/18/youtube-videos-my-way/

    ReplyDelete
    Replies
      Reply
  114. optimizare googleMarch 13, 2012 at 7:28 AM

    Mind you, Calimaestro has said he wants KOL players to come over and play his game, but he also says the same thing about WoW players. He wants Hailan Rising to become a title to rival games like WoW, EQ, and Diablo in terms of how fun and enduring they are. Personally, I can't wait to see how it goes.


    optimizare google

    ReplyDelete
    Replies
      Reply
  115. Fine winesMarch 28, 2012 at 2:10 PM

    I'm going to add this to Anthem Music Videos now. Thanks for the tip!

    ReplyDelete
    Replies
      Reply
  116. Movie PornMarch 30, 2012 at 1:12 AM

    I agree while using the a conclusion and will consistently count on a revisions as well as sense your own entrance. Expressing your thank you won't always be acceptable, along with great clearness in your build. I am going to immediately purchase the rss to live abreast of any kind of revisions. Trustworthy benefits and achievement of countless inside your web business! Sincerely,

    ReplyDelete
    Replies
      Reply
  117. Sex MovieMarch 30, 2012 at 1:14 AM

    To be sure while using ideas and definately will thirstily look forward to a changes along with sense the entry. Affirming a thank you so much won't always be enough, together with exceptional resolution in your craft. I'll promptly receive the feed to keep up to date with any kind of changes. Efficient effects and also results of countless use in your internet business! Genuinely,

    ReplyDelete
    Replies
      Reply
  118. Buy Adult TrafficMarch 30, 2012 at 12:52 PM

    I really had not slightest clue you can launch the YouTube app without leaving your app. I'm going to add this to my collection now. Thank you.

    ReplyDelete
    Replies
      Reply
  119. Birthday GiftsMarch 31, 2012 at 6:15 AM

    I daily watch your website because it helps me in my many works and it is very beneficial for me because it gives the work a professional touch that is really an amazing thing.

    Anniversary Gifts
    Unique Gifts

    ReplyDelete
    Replies
      Reply
  120. http://skyrimbestrace.com/April 2, 2012 at 9:48 AM

    The concept behind National Points is that they are meant to measure a player's strength in combat, be it PvP or against certain monsters that bestow NP when killed. The more capable and powerful a player is, the more NP they can potentially accrue to their name. You can gain and lose NP regularly, but the thought is that if you're good at what you do, you'll be able to maintain a steady profit of NP each time you go to fight. The different NP Symbols represent tiers of accomplishment. When capable players join a clan, they can contribute NP to the clan and help improve it through the various classes and ranks. This makes a clan stronger and eventually sets them on the Ranking Board, which is used to display the most powerful clans based on their level of NP.

    http://skyrimbestrace.com/

    ReplyDelete
    Replies
      Reply
  121. mailinApril 2, 2012 at 9:58 AM

    Also, I have the same concern on the leaderpoints as they were not reset from December to January. Is this a bug with the National Points System and what impact does this have to a character generally and with the recent banning.


    mailin

    ReplyDelete
    Replies
      Reply
  122. sell my houseApril 9, 2012 at 3:47 AM

    Your blog is really very interesting. I am totally impressed with this. So keep posting.

    ReplyDelete
    Replies
      Reply
  123. buy web trafficApril 10, 2012 at 7:46 PM

    im just getting used to creating apps this is very helpful!

    ReplyDelete
    Replies
      Reply
  124. Cheap Logo DesignApril 12, 2012 at 4:37 AM

    Nice post with awesome points! Can’t wait for the next one.

    ReplyDelete
    Replies
      Reply
  125. Logo DesignApril 12, 2012 at 4:45 AM

    Nice post! Can’t wait for the next one. Keep stuff like this coming.

    ReplyDelete
    Replies
      Reply
  126. Affordable Logo DesignApril 12, 2012 at 4:47 AM

    Nice and good looking work. good to see your post and thanks for sharing your experience with us.

    ReplyDelete
    Replies
      Reply
  127. dental loupesMay 7, 2012 at 8:21 PM

    Câble 30 PIN pour l’outil de diagnostic Citroën Lexia-3
    AK-47

    ReplyDelete
    Replies
      Reply
  128. free international callsMay 9, 2012 at 11:15 AM

    great post!!! Great and beautiful page I liked a lot. Thanks a lot for writing good quality posts.

    ReplyDelete
    Replies
      Reply
  129. MagnificoMay 14, 2012 at 3:34 PM

    There is a way to play continuosly videos? Is it possible?

    Maybe with a workaround like setting autorepeat of a playlist...

    ReplyDelete
    Replies
      Reply
  130. Love Sms, Love TextMay 15, 2012 at 9:35 AM

    I may not have gone where I intended to go, but I think I have ended up where I needed to be.
    Love Sms
    Love Text

    ReplyDelete
    Replies
      Reply
  131. ooglaserenMay 16, 2012 at 8:04 AM

    ch jedenfalls denke, dass die ganze Problematik einen festen physiologischen Hintergrund hat und nicht blos eine Frage der Ideologie ist.ooglaseren

    ReplyDelete
    Replies
      Reply
  132. vermaseoMay 16, 2012 at 9:15 PM

    This is what i am looking for! i appreciate your great effort so much. hope more and more people will love your article!just keep going!ledikanten

    ReplyDelete
    Replies
      Reply
  133. Buy NeopointsMay 19, 2012 at 1:07 PM

    This is a wonderful article, you have a way with words. I find myself agreeing with a lot you have brought up. You have definitely earned yourself another reader! Buy Neopoints , Neopoints For Sale , Buy Neopets Neopoints, Buy Website Traffic, Website Hits, Increase Website Traffic

    ReplyDelete
    Replies
      Reply
  134. DanielMay 21, 2012 at 2:03 AM

    Thanks for such detailed information. I am also planning to write a blog on my website and I' like to give due credit to your blog there.

    ReplyDelete
    Replies
      Reply
  135. wrought iron bar stoolsMay 25, 2012 at 6:56 AM

    Tell me more things about this, I am a big fan of your blog.

    ReplyDelete
    Replies
      Reply
  136. Veterinary medicineMay 26, 2012 at 1:47 AM

    I suggest this site to my friends so it could be useful & informative for them also. Great effort.

    ReplyDelete
    Replies
      Reply
  137. AnonymousMay 26, 2012 at 5:04 AM

    I had no idea you can launch the YouTube app without leaving your app. I'm going to add this to Anthem Music Videos now. Thanks for the tip!
    buy youtube views

    ReplyDelete
    Replies
      Reply
  138. AnonymousMay 30, 2012 at 10:11 PM

    I had no idea you can launch the YouTube app without leaving your app. I'm going to add this to Anthem Music Videos now. Thanks for the tip!
    term paper writing services

    ReplyDelete
    Replies
      Reply
  139. Dissertation WritingJune 8, 2012 at 8:18 AM

    I like your post and i am about to bookmark your site
    Dissertation Writing

    ReplyDelete
    Replies
      Reply
  140. Interactive PresentationJuly 1, 2012 at 8:45 PM

    Details are very true and factual, I do really learned something new upon reading this interesting post. Good job! and Thanks!

    ReplyDelete
    Replies
      Reply
  141. learn EnglishJuly 4, 2012 at 10:34 AM

    very forced me to take a look at and do so! Your writing taste has been amazed me. Thank you,

    ReplyDelete
    Replies
      Reply
  142. AnonymousJuly 4, 2012 at 10:55 AM

    I like all your post. This is a good article with lots of useful information. It’s always a good time for me.learn English

    ReplyDelete
    Replies
      Reply
  143. bio identical hormone therapyJuly 11, 2012 at 11:41 PM

    This design is wicked. You certainly know how to keep a reader entertained. I really enjoyed what you had to say.

    ReplyDelete
    Replies
      Reply
  144. europedirectJuly 13, 2012 at 4:42 AM

    I can't wait to make my own apps :D

    ReplyDelete
    Replies
      Reply
  145. AnonymousJuly 17, 2012 at 3:56 AM

    I had no idea you can launch the YouTube app without leaving your app. I'm going to add this to Anthem Music Videos now. Thanks for the tip!

    buy youtube subscribers

    ReplyDelete
    Replies
      Reply
  146. AnonymousJuly 23, 2012 at 8:17 PM

    Anthem is like Pandora, but for music videos. Choose an artist, and it retrieves videos from that artist and similar artists. Enjoy! It's free for a limited time.
    Toy Pianos - Schoenhut Piano

    ReplyDelete
    Replies
      Reply
  147. iPhone 4s CaseAugust 29, 2012 at 11:55 PM

    I've been using the youtube api for quite a while and I have to say I love the way it works.

    ReplyDelete
    Replies
      Reply
  148. Autumn WarAugust 31, 2012 at 10:51 PM


    hey that's really a great post and i like this and thanks for sharing it with us!I have read a few of the articles on your website now because I was looking for information aboutgames App. and I really like your style of blogging.

    ReplyDelete
    Replies
      Reply
  149. Autumn WarAugust 31, 2012 at 10:53 PM


    hey that's really a great post and i like this and thanks for sharing it with us!I have read a few of the articles on your website now because I was looking for information aboutgames App. and I really like your style of blogging.

    ReplyDelete
    Replies
      Reply
  150. mysql joinsSeptember 19, 2012 at 3:34 AM

    Mobile coding is what I will looking into, this is where the apps is such is such a big demand..

    ReplyDelete
    Replies
      Reply
  151. AnonymousSeptember 19, 2012 at 4:14 AM

    How can i change the color of youTube red button

    ReplyDelete
    Replies
      Reply
  152. katalog stronDecember 28, 2012 at 7:33 AM

    I'm including one of these youtube UIWebViews in each cell in a table, and a tap on the UIWebView successfully plays the video. But I also want a tap in the rest of the UITableViewCell to play the video, but I haven't found a way to programatically start the video playing.
    katalog stron
    salon sukien ślubnych warszawa

    ReplyDelete
    Replies
      Reply
  153. ErinJanuary 6, 2013 at 2:18 AM

    ClipClock downloads all your friends' videos from social media sites like Facebook, so you don't miss videos that friends share! Check it out: www.clipclock.com/download/4045

    ReplyDelete
    Replies
      Reply
  154. sanky theBossJanuary 18, 2013 at 4:17 AM

    is there any way to find out that we r back on app after done

    ReplyDelete
    Replies
      Reply
  155. Dissertation Writing ServiceMarch 29, 2013 at 1:35 AM

    I sometimes use your blog for academic works, great article.

    ReplyDelete
    Replies
      Reply
  156. Cheap NPsApril 19, 2013 at 11:32 AM

    Thanks Tzur for explaining, but neither method 1 or 2 is working for me. I'm really frustrated as I've been trying to get this working for hours. I looked for the NSLog thing you mentioned and it doesn't appear to be there, any ideas?

    ReplyDelete
    Replies
      Reply
  157. AnonymousMay 15, 2013 at 3:56 AM

    This link is very informative..


    Arvixe Review

    ReplyDelete
    Replies
      Reply
  158. appsSeptember 7, 2013 at 1:55 PM

    he content was really very interesting. I am really thankful to you for providing this unique
    information On Marketing Your App.
    Wow thank you this is just what I have been looking for - great work :-) plz chek my Website

    apps

    ReplyDelete
    Replies
      Reply
  159. AnonymousSeptember 30, 2013 at 5:45 AM

    I have successfully embeded the the youtube url in webview,and it's working fine for normal url's.But for mobile youtube url's which are like http://m.youtube.com...., it's not working .

    ReplyDelete
    Replies
      Reply
  160. Stephanie SmithOctober 31, 2013 at 11:33 PM

    I know this is really boring and you are skipping to the next comment, but I just wanted to throw you a big thanks you cleared up some things for me!

    ReplyDelete
    Replies
      Reply
  161. benNovember 20, 2013 at 9:11 AM

    Smart stuff, I look forward to reading more.

    ReplyDelete
    Replies
      Reply
  162. seo training islamabadFebruary 23, 2014 at 8:53 PM

    Roller brushes! Oh yeah! They are an animal lovers best friend! Normally an animal lover would shy away from wearing black or any dark color for fear of animal hair covering them so obviously.

    ReplyDelete
    Replies
      Reply
  163. clipping path serviceMarch 26, 2014 at 2:36 PM

    Wow, what a fantastic post. The best post around. Thumbs up!

    ReplyDelete
    Replies
      Reply
  164. clipping path serviceMarch 26, 2014 at 2:39 PM

    Thank you so much for sharing this great blog.Very inspiring and helpful too.Hope you continue to share more of your ideas.looking forward to read your new post

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

  

Labels


  • .net
  • acceleration
  • access control
  • accessibility
  • actionscript
  • activities
  • activity
  • android
  • announcements
  • apis
  • app engine
  • appengine
  • apps script
  • as2
  • as3
  • atom
  • authentication
  • authorization
  • authsub
  • best practices
  • blackops
  • bootcamp
  • captions
  • categories
  • channels
  • charts
  • chrome
  • chromeless
  • client library
  • clientlibraries
  • clientlogin
  • code
  • color
  • comments
  • compositing
  • create
  • curation
  • custom player
  • decommission
  • default
  • deprecation
  • devs
  • direct
  • discovery
  • docs
  • Documentation RSS
  • dotnet
  • education
  • embed
  • embedding
  • events
  • extension
  • feeds
  • flash
  • format
  • friendactivity
  • friends
  • fun
  • gears
  • google developers live
  • google group
  • googlegamedev
  • googleio
  • html5
  • https
  • iframe
  • insight
  • io12
  • io2011
  • ios
  • iphone
  • irc
  • issue tracker
  • java
  • javascript
  • json
  • json-c
  • jsonc
  • knight
  • legacy
  • Live Streaming API
  • LiveBroadcasts API
  • logo
  • mashups
  • media:keywords keywords tags metadata
  • metadata
  • mobile
  • mozilla
  • news
  • oauth
  • oauth2
  • office hours
  • open source
  • partial
  • partial response
  • partial update
  • partners
  • patch
  • php
  • player
  • playlists
  • policy
  • previews
  • pubsubhubbub
  • push
  • python
  • quota
  • rails
  • releases
  • rendering
  • reports
  • responses
  • resumable
  • ruby
  • samples
  • sandbox
  • shortform
  • ssl https certificate staging stage
  • stack overflow
  • stage video
  • staging
  • standard feeds
  • storify
  • storyful
  • subscription
  • sup
  • survey
  • tdd
  • theme
  • tos
  • tutorials
  • updates
  • uploads
  • v2
  • v3
  • video
  • voting
  • watch history
  • watchlater
  • webvtt
  • youtube
  • youtube api
  • youtube developers live
  • youtube direct
  • ytd


Archive


  •     2015
    •     December
    •     November
    •     October
    •     May
    •     April
    •     March
    •     January
  •     2014
    •     October
    •     September
    •     August
    •     May
    •     March
  •     2013
    •     December
    •     October
    •     September
    •     August
    •     July
    •     June
    •     May
    •     April
    •     March
    •     February
  •     2012
    •     December
    •     November
    •     September
    •     August
    •     July
    •     June
    •     May
    •     April
    •     March
    •     February
    •     January
  •     2011
    •     December
    •     October
    •     September
    •     August
    •     July
    •     June
    •     May
    •     April
    •     March
    •     February
    •     January
  •     2010
    •     December
    •     November
    •     October
    •     September
    •     July
    •     June
    •     May
    •     April
    •     March
    •     February
    •     January
  •     2009
    •     November
    •     October
    •     September
    •     August
    •     July
    •     June
    •     May
    •     April
    •     March
    •     February
      • YouTube API Outgrows Shy Adolescence, Now Social
      • TubeLoc: An AS3 Player Wrapper Using LocalConnection
      • YouTube APIs + iPhone = Cool mobile apps
      • Show Me the Money
    •     January
  •     2008
    •     December
    •     November
    •     October
    •     September
    •     August
    •     July
    •     June
    •     May
    •     April
    •     March
    •     February
  •     2007
    •     December
    •     November
    •     August
    •     June
    •     May

Feed

YouTubeon Google+

YouTube

About YouTube
Press & Blog
Copyright
Creators & Partners
Advertising
Developers
Help

More Blogs

YouTube Blog
YouTube Creator Blog
YouTube Trends Blog
Google Blog
  • Google
  • Privacy
  • Terms