我正在研究 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。