我工作的谷歌 API 喜欢聊天,联系人等等..。
正如 gdata 文档中提到的,我被 developer_key
卡住了。
你可以在 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。