2013年1月25日 星期五

Social with google

此篇日期為 2013.01.25 , 以下為已有 domain 的情況下.

1. 準備篇 : 請先參考 social with yahoo
2. 一樣先來建立一個 project : (如果你還沒有建立過的話, 有的就跳過這個步驟)
    來這裡吧 :   google api console


請點選 : Create Project, 然後將 Groups Migration API 打勾



然後回到頁面頂端, 會發現多了一個功能 : API Access, 點下去

到這裡基本上你已經可以用 google 提供的 key 來做很多事情, 像 search by image, text...等
但我們要使用 oauth 來取得 user profile 與 contacts list 的話, 必須自己去申請 consumer key & secret


輸入 domain (www.pluzme.com) 後, 按下右邊的 Add domain , 下方 Manage registration 的地方會出現你的 domain(www.pluzme.com), 點下去後, 依照畫面的方法來驗證, 跟 yahoo 的很像, 但 google 直接讓你下載一個 html 檔, 直接放到 ap 裡面

記得1~3好了之後, 才按驗證唷, 成功的話會出現 consumer_key & secret


這時候, 只要拿 consumer key & secret 加入到 property 中
www.google.com.consumer_key = www.xxx.com
www.google.com.consumer_secret = n8xxxxxxxxxxxxxxxxxxxxxYF

然後程式只要改一個地方就好, 就是把 "yahoo" 改成 "google" 即可

returnUrl = manager.getAuthenticationUrl("google", returnToUrl);

搞定, 收功

沒有留言:

張貼留言