相关疑难解决方法(0)

我在哪里可以获得Google开发人员密钥

我正在开发谷歌API,如聊天,联系人等......我坚持developer_key在gdata doc中提到.

您可以访问https://code.google.com/apis/console获取此信息:

'developer_key' => ''
Run Code Online (Sandbox Code Playgroud)

我已经:

// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
'oauth2_client_id' => '',
'oauth2_client_secret' => '',
'oauth2_redirect_uri' => ''
Run Code Online (Sandbox Code Playgroud)

我在哪里可以找到开发者密钥?

我发现了这样的事情

http://code.google.com/apis/youtube/dashboard/gwt/index.html
Run Code Online (Sandbox Code Playgroud)

但我明白这只适用于youtube.

google-api google-apps google-data-api google-oauth

93
推荐指数
8
解决办法
14万
查看次数