Google Plus Link Post?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46955
    create
    Participant

      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/&#8217;);
      doPostToGooglePlus2($msg, $lnk, $pageID);
      }
      else echo $loginError;
      ?>

      #46967
      create
      Participant

        google plus page ok.
        But I could not send google plus profile URL by adding.

        #47748
        NextScripts.com
        Participant

          $pageID should be empty to send to the profile.

          #48349
          create
          Participant

            tnx

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.