› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Google+ Api broken › Reply To: Google+ Api broken
March 22, 2014 at 9:03 am #172234
CloneVince
Participant
To complete the post, when I use
$loginError = doConnectToGooglePlus2($email, $pass);
if (!$loginError) {
$lnk = doGetGoogleUrlInfo2($alias);
doPostToGooglePlus2($msg, $lnk, $pageID);
}
If $alias is empty, the post is well pushed, but if $alias is like ‘https://tr4.kr/d42546’, it doesn’t work.
I hope this can help you.