google/gtm-oauth2

Client Secret question of this library

Closed this issue · 4 comments

Hi all,

I am trying to use this library for youtube oauth. I encounter a question, right now, there is no client secret anymore, but this library is still using client secret in the example. How can I avoid to use the client secret?

Thanks a lot.

I am having the exact same problem. Thanks for creating issue here!

Have you solve the issue? I just use "others" instead of "IOS" to get credential in google developer console.

Nope, no really looking now. But maybe you can give this one a try: https://github.com/JonasGessner/google-api-objectivec-client It is a fixed by JonasGessner.

The secret can be empty - https://github.com/google/gtm-oauth2/wiki#registering-your-application

Note: GTMAppAuth is now provided by Google's identity teams and uses the required out of proc webviews to do signins; so gtm-oauth2 is being deprecated.