我想分享我的状态谷歌加。
我跟着谷歌的API,但是我得到的未经授权的错误。 我试图修复它为超过2天,但我便无法..
我读这个答案,我下载并测试API,仍然没有为我工作。
401周发布一些Google+时刻用PHP客户端时,未经授权的访问
您可以点击这里,
https://code.google.com/p/google-api-php-client/source/browse/trunk/examples/moments/simple.php
在这种树干文件,他们仍然被调用Google_PlusMomentsService.php
我想下面的代码,但仍然没有工作- https://developers.google.com/+/api/latest/moments/insert
这里是我测试的活链接: http://webscarlets.in/projects/babblesuite/gplus/index.php
这是代码我使用共享状态
$target = new Google_ItemScope();
$target->url = 'https://developers.google.com/+/plugins/snippet/examples/thing';
$moment = new Google_Moment();
$moment->type = "http://schemas.google.com/AddActivity";
$moment->target = $target;
// Execute the request
$moments->moments->insert('me', 'vault', $moment);
print '<p>Created an AddActivity moment</p>';
任何人都可以修复它吧。
谢谢大家