5

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

Community
  • 1
  • 1
  • that project is a little old isn't it? I think things have changed it doesn't appear that Ios keys have client secret, or redirect URI. I wonder if it would work with a browser key. – Linda Lawton - DaImTo Oct 19 '15 at 11:26
  • That project quite old, I agree. I will try with browser key and let you know. – Nes Theerapon Oct 19 '15 at 13:43
  • @DaImTo - I tried to use 'client id' and 'client secret' from browser key and still not work. Do you have any suggestions for uploading video to youtube via iOS app? Thank you. – Nes Theerapon Oct 21 '15 at 04:58

2 Answers2

4

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.

nvnagr
  • 2,017
  • 1
  • 14
  • 11
0

if you want to leave blank the secret Key, In this case You just select OAuth 2.0 client ID in Add Credential. It's Work successfully

Vaibhav Sharma
  • 1,123
  • 10
  • 22