在哪里为iOS生成OAuth 2.0密钥?

时间:2016-06-02 02:40:53

标签: ios youtube-api google-oauth google-oauth2 youtube-data-api

在哪里为我的iOS应用程序生成OAuth 2.0密钥?

以下是我的控制台截图:

enter image description here enter image description here

我错过了什么吗?我知道我可以从Web OAuth 2.0生成OAuth 2.0密钥,但我不确定它是否可以用于iOS应用程序。

1 个答案:

答案 0 :(得分:1)

您不需要为ios应用程序提供oauth密钥,您只能使用客户端ID对用户进行身份验证,请参阅此

https://developers.google.com/apps-script/guides/rest/quickstart/ios#step_1_turn_on_the_api_name

ON部分。 第1步:开启Google Apps脚本执行API

希望它对你有所帮助。