Pinterest Api Key Error

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #54551
    create
    Participant

      Api Key ?

      require “postToPinterest.php”;

      $email = ‘*****@gmail.com’;
      $pass = ‘******’;
      $msg = ‘pinterest example’;
      $imgURL = ‘https://www.sosyalmedyapaylasim.com/tema/logo.png’;
      $link = ‘https://www.sosyalmedyapaylasim.com/’;
      $boardID = ”;
      $loginError = doConnectToPinterest($email, $pass);
      if (!$loginError)
      {
      $status=doPostToPinterest($msg, $imgURL, $link, $boardID);
      print_r($status);
      }
      else echo $loginError;

      #54553
      create
      Participant

        Board is not Set ?

        #57569
        NextScripts.com
        Participant

          What is your question exactly?

          #62631
          create
          Participant

            Where can I get for Pinterest board of ID

            #64815
            NextScripts.com
            Participant

              1. You can use function doGetBoardsFromPinterest() from API. It returns the list of all boards for the account.

              2. You can open a page source and search for {“board_id”: ” (look several times till you see the number)

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