0

我正在尝试创建一个 Google+ API 何时执行此操作时出现此错误:invalid_client 消息我认为我很好地遵循了说明(https://developers.google.com/+/quickstart/php)。当我单击登录按钮时,弹出窗口出现错误错误:invalid_client 和下面给出的请求详细信息。

请求详情:

cookie_policy_enforce=false
response_type=code token id_token gsession
scope=https://www.googleapis.com/auth/plus.login
redirect_uri=postmessage
access_type=offline
cookie_policy=single_host_origin
proxy=oauth2relay818254346
origin=http://collage.bluecoresys.com
state=1266385007|0.1542964471
client_id={{ CLIENT_ID }}
request_visible_actions=http://schemas.google.com/AddActivity
authuser=0

任何人对此有任何解决方案,请尽快让我知道?

4

1 回答 1

4

您需要将 的值替换为client_id您在快速入门说明的第 1 步中生成的客户端 ID。

于 2013-10-31T14:41:07.490 回答