Post in Google+ stream is not showing up in user's stream using google-api-PHP-client -
i'm trying post in user's google+ stream, , i'm trying using google-api php client. until now, i've been able of configure test environment using latest google-api php client , example script (see 401 unauthorized access when posting google+ moments php client more information). looks posts, because returns array answer, nothing shows in user stream.
the answer array is:
array ( [kind] => plus#moment [type] => http://schemas.google.com/addactivity [target] => array ( [kind] => plus#itemscope [url] => https://developers.google.com/+/plugins/snippet/examples/thing ) [result] => array ( [kind] => plus#itemscope ) [id] => xxxxxxxxx )
which looks correct. know why happens , how solve it? thank you!
app activities not render in user's stream instead render in app activities section of google+ here:
to prevent spam in stream, user must explicitly share stream in google+. can using shares , interactive posts.
Comments
Post a Comment