google のアプリ登録
#02 Googleでアプリを登録しよう
http://dotinstall.com/lessons/google_connect_php_v2/9902
を参考にアプリを登録する
OAuth 関連は
facebook
twitter
と同様に、アプリ登録する必要がある
アプリ登録は
https://code.google.com/apis/console/
から行う
項目の中から
API Access を選んで
Create an OAuth 2.0 client ID …
を
クリック
次に
Product name に
プロジェクト名を入力
今回は Dotinstall
Project logo は省略可能
次の画面で
Application Type を聞かれるので
Web application
を選択
オプション設定をするので
more option をクリックし
Authorized Redirect URIsのところへ
http://dev.dotinstall.com/google_connect_php/redirect.php
とする
URLが
かぶるとダメという場合
dev.dotinstall.com
の部分を自ドメインに変更する
Authorized JavaScript Origins には
http://dev.dotinstall.com
とする
こちらもかぶるとダメなら自ドメインにする
これで
Create client ID
をクリックすると
登録される
登録情報で使うのは
Client ID
Client secret
の文字列