dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

New Section #91

Closed misterkek closed 5 years ago

misterkek commented 5 years ago

How I can get Pins from https://www.pinterest.ru/following/ page?

dirkgroenen commented 5 years ago

This is mentioned in the docs: https://github.com/dirkgroenen/Pinterest-API-PHP#following

For the actual implementation see the Following.php class.