seregazhuk\PinterestBot\Api\Providers\Pins::likePinMethodCall PHP Method

likePinMethodCall() protected method

Calls Pinterest API to like or unlike Pin by ID.
protected likePinMethodCall ( string $pinId, string $resourceUrl ) : boolean
$pinId string
$resourceUrl string
return boolean
    protected function likePinMethodCall($pinId, $resourceUrl)
    {
        return $this->execPostRequest(['pin_id' => $pinId], $resourceUrl);
    }