Pinterest Bot for PHP v4.2.0 Release Notes

Release Date: 2016-06-13 // almost 8 years ago
  • 🔄 Changed:

    • functions with pagination accept a limit as a second argument, for example:

      $bot->pins->search('cats', 2)
      

      will return only two pins for the search results. The same is true about getting followers/following/pins for the user or board and getting pins from source.

    • activity method in pins provider (requires login).