pinterest-api-php
pinterest-api-php copied to clipboard
A PHP wrapper for the official Pinterest API. :pushpin:
Related to the previously reported issue #122, Pinterest has published a brand new API and deprecated the previous API. https://developers.pinterest.com/docs/api/v5/ For instance, to exchange the code for an access token:...
Using this code (using my App id and App secret key and CALLBACK_URL) $pinterest = new \DirkGroenen\Pinterest\Pinterest(CLIENT_ID, CLIENT_SECRET); if (isset($_GET["code"])) { $token = $pinterest->auth->getOAuthToken($_GET["code"]); $pinterest->auth->setOAuthToken($token->access_token); } else { $loginurl =...
Currently we're manually removing special characters from board names to create the board id. Pinterest turns spaces into `-` and it strips out most special characters with the exception so...
Based on issue #60 Right now the user has to manually specify it's cursor in case he wants to paginate his requests. Adding a method to the collection which uses...
I don't see option to post video pin