seregazhuk\PinterestBot\Api\Providers\Pinners::followingInterests PHP Method

followingInterests() public method

public followingInterests ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
return Iterator
    public function followingInterests($username, $limit = Pagination::DEFAULT_LIMIT)
    {
        return $this->following($username, UrlBuilder::FOLLOWING_INTERESTS, $limit);
    }