我有一个关于通过 Google+ API 发布消息的问题。我尝试了以下步骤,但看不到我发布的消息。我应该怎么做才能成功发布?另外,如果有任何演示或示例代码,请告诉我。
我试过的步骤:
按照以下网站上的说明进行操作 http://code.google.com/p/google-api-php-client/ 执行示例/plus/simple.php 在获取个人资料之前我可以成功。
向示例/plus/simple.php 添加的代码来自此站点: https ://developers.google.com/+/api/latest/moments/insert?hl=ja 没有错误或异常。$plus->moments->insert 中的方法返回了下面的代码,但我在我的 google+ 时间线上看不到该消息。
array(5) {
["kind"]=>
string(11) "plus#moment"
["type"]=>
string(37) "http://schemas.google.com/AddActivity"
["target"]=>
array(2) {
["kind"]=>
string(14) "plus#itemScope"
["url"]=>
string(62) "https://developers.google.com/+/plugins/snippet/examples/thing"
}
["result"]=>
array(1) {
["kind"]=>
string(14) "plus#itemScope"
}
["id"]=>
string(63) "Eg0xMzg0MjUxOTM3MTYzGJnjm7jHtPWdKykIe5CARCjQCTICEBRCBxi6gpjDhBw"
}
array(5) {
["kind"]=>
string(11) "plus#moment"
["type"]=>
string(37) "http://schemas.google.com/AddActivity"
["target"]=>
array(5) {
["kind"]=>
string(14) "plus#itemScope"
["id"]=>
string(11) "target-id-1"
["description"]=>
string(50) "A page that describes just how awesome Google+ is!"
["image"]=>
string(66) "https://developers.google.com/+/plugins/snippet/examples/thing.png"
["name"]=>
string(20) "The Google+ Platform"
}
["result"]=>
array(1) {
["kind"]=>
string(14) "plus#itemScope"
}
["id"]=>
string(75) "Eg0xMzg0MjUxOTM3NzExGJnjm7jHtPWdKzICEBRCBxi6gpjDhBxKEFuVHwoS2gtqh7B5zMyXBB0"
}
谢谢你。高桥诚