CodeIgniter Forums
Youtube Upload and Update using oAuth 2.0 tutorials - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Youtube Upload and Update using oAuth 2.0 tutorials (/showthread.php?tid=52471)



Youtube Upload and Update using oAuth 2.0 tutorials - El Forum - 06-12-2012

[eluser]Ty Bex[/eluser]
Debugging oAuth for YouTube is very hard. I am not sure if I am missing something but I am unable to retrieve any sort of error when I am failing to update my video's on YouTube.

I have built an uploader to upload a video from my site. That in itself was very time consuming.

I am looking for someone who has a solid tutorial for the youtube api or if someone knows a way to get errors back from youtube.

Thanks in advance.. Any site links that may help are welcome.


Youtube Upload and Update using oAuth 2.0 tutorials - El Forum - 06-12-2012

[eluser]PhilTem[/eluser]
How bout you use the second Google result for "php youtube api oauth tutorial"

https://developers.google.com/youtube/articles/codeigniter_libraryp

[edit]
And the library can be found - with examples - on GitHub