Done quite a few tests and the link doesn’t seem to get posted to G+.
I’m sending a variable to the doGetGoogleUrlInfo2() function rather than plain text, but surely that shouldn’t effect it?
The code I have is:
======
$gplink=”https://mydomain.com/”.$data[‘id’];
$lnk = doGetGoogleUrlInfo2($gplink);
doPostToGooglePlus2($gpmessage, $lnk, $pageID);
======
$gplink is used elsewhere in my script so that’s why I set it as a variable instead of just typing it directly into the function.
Any tips appreciated!