2011年10月4日 星期二

google+ PHP API

這篇算是上一篇的延續,
google+ 有提供官方 php api

下載後修改 index.php

$client->setApplicationName("Google+ Application Name");
$client->setClientId('your id');
$client->setClientSecret('your secret');
$client->setRedirectUri('https://your.url');
$client->setDeveloperKey('your key'); // Simple API Access

即可取得 access token,差別在於
這邊取得 token 的方式為 server-side flow
response_type=code

之前的方式為 client-side flow
response_type=token



沒有留言:

張貼留言