Api google adwords - client_secret for oAuth2.0

时间:2013-08-07 11:34:09

标签: google-oauth

我对api adwords有疑问。我没有code.google.com/apis/console中的client_secret。 我创建了项目,我为我的应用程序添加了API访问,但是我没有在服务帐户框中看到client_secret。

我有客户端ID,电子邮件地址,公钥指纹,私钥和client_secret.json。在api adwords中,php是配置文件auth.ini:

[OAUTH2]

; If you do not have a client ID or secret, please create one of type
; "installed application" in the Google API console:
; https://code.google.com/apis/console#access
client_id = "INSERT_OAUTH2_CLIENT_ID_HERE"
client_secret = "INSERT_OAUTH2_CLIENT_SECRET_HERE"
...

但我没有client_secret。 我做错了什么?或者可以给我任何建议?

1 个答案:

答案 0 :(得分:0)

您尝试使用的PHP应用程序可能无法与服务帐户配合使用。

为了获得客户机密码,您必须创建类型为" Web应用程序"的客户机ID。