Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to obtain Client Secret in Youtube API for iOS client?

I'm working on iOS app that contains feature uploading video on Youtube.

I followed an example project from yt-direct-lite-ios. The project requires client id and client secret

I went to console.developers.google.com to create client id (with iOS client). However I can ONLY find the client id. So where can I obtain client secret from here?

I have also checked this post and still not work for me.

Thanks in advance.

enter image description here

like image 825
Nes Theerapon Avatar asked Sep 27 '22 11:09

Nes Theerapon


1 Answers

You don't need a secret with the iOS client. (there used to be and that is why the example needs it but we have gotten rid of it). Just leave it blank and it should work.

like image 57
nvnagr Avatar answered Oct 03 '22 15:10

nvnagr