Googleアカウント登録Google API Oauth 2.0簡単な申請と使用チュートリアル
1366 ワード
編集をクリックしてコールバックURLを変更
編集が終わったらgoogle開発ドキュメントを参照して開発できます
https://developers.google.com/accounts/docs/OAuth2?hl=zh-CN
そして必要に応じて対応する言語のclient端をダウンロードします
PHPクライアントを例にとる、src/configを修正する必要がある.php
権限
データの取得
1
この内容は私に役に立つ.
声明:本文はEzencartオリジナルで、転載はリンクを保留してください:GoogleアカウントはGoogle API Oauth 2.0の簡単な申請と使用チュートリアルにログインします
リンク先:http://www.ezencart.com/pages/849.html
編集が終わったらgoogle開発ドキュメントを参照して開発できます
https://developers.google.com/accounts/docs/OAuth2?hl=zh-CN
そして必要に応じて対応する言語のclient端をダウンロードします
PHPクライアントを例にとる、src/configを修正する必要がある.php
1
// The application_name is included in the User-Agent HTTP header.
2
'application_name'
=>
''
,
3
4
// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
5
'oauth2_client_id'
=>
''
,
6
'oauth2_client_secret'
=>
''
,
7
'oauth2_redirect_uri'
=>
''
,
8
9
// The developer key, you get this at https://code.google.com/apis/console
10
'developer_key'
=>
''
,
権限
データの取得
1
この内容は私に役に立つ.
声明:本文はEzencartオリジナルで、転載はリンクを保留してください:GoogleアカウントはGoogle API Oauth 2.0の簡単な申請と使用チュートリアルにログインします
リンク先:http://www.ezencart.com/pages/849.html