-2

I am capturing video from my app, now I want to upload the same video to youtube from my app itself for that I refered the link below but it shows the error "No linked youtube account" but I have Provided Developer key nad client id. https://github.com/nparry/gdata-objectivec-client/tree/

Ann
  • 243
  • 2
  • 11
  • Please provide more information. What exactly have you done? Can you share some code snippets? – Stunner Aug 27 '12 at 08:59
  • Hi Stunner,This is the link i reffered https://github.com/nparry/gdata-objectivec-client/tree/ – Ann Aug 27 '12 at 09:02
  • Try this Post http://stackoverflow.com/questions/10801383/upload-video-on-youtube-from-iphone-app – iCrazyDev Aug 27 '12 at 13:12

2 Answers2

5

Below is some of links to guide you...

1.Upload Videos to YouTube with iPhone custom App

2.gdata-objectivec-client

3.Uploading Video with iPhone

Community
  • 1
  • 1
alloc_iNit
  • 5,173
  • 2
  • 26
  • 54
0

Here is WORKING example for uploading video to youtube from ios .

you just need to add DEVELOPER_KEY & CLIENT_ID in YouTubeTestViewController.m class. Don't forget to up-vote if you find it useful.

Ravi_Parmar
  • 12,319
  • 3
  • 25
  • 36