我正在使用Google API(例如聊天,联系人等)... developer_key
,但仍在gdata文档中提到。
您可以在https://code.google.com/apis/console上获得它:
'developer_key' => ''
我已经:
// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
'oauth2_client_id' => '',
'oauth2_client_secret' => '',
'oauth2_redirect_uri' => ''
在哪里可以找到开发人员密钥?
我发现像这样的东西
http://code.google.com/apis/youtube/dashboard/gwt/index.html
但我知道这仅适用于youtube。