- This topic has 3 replies, 1 voice, and was last updated 11 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Google Plus Link Post?
My english is bad. Sorry.
The system can also send content normally.
But I could not send URL by adding.
<?php
require “postToGooglePlus.php”;
$email = ‘mymail@gmail.com’;
$pass = ‘mypassword’;
$msg = ‘Text’;
$pageID = ’10***********************’;
$loginError = doConnectToGooglePlus2($email, $pass);
if (!$loginError)
{
$lnk = doGetGoogleUrlInfo2(‘https://www.website.com/’);
doPostToGooglePlus2($msg, $lnk, $pageID);
}
else echo $loginError;
?>
google plus page ok.
But I could not send google plus profile URL by adding.
$pageID should be empty to send to the profile.
tnx
Notifications