Tag: google apps

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

我在Google API上工作,如聊天,联系人等等…我被困在如gdata doc中提到的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' => '' 我在哪里可以find开发者密钥? 我发现了一些这样的事情 http://code.google.com/apis/youtube/dashboard/gwt/index.html 但我明白这只是为了youtube。