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

too many values to unpack Error #55

Closed NourdineMazali closed 8 years ago

NourdineMazali commented 8 years ago

I am receiving error "Pinterest error (code: 500) with message: too many values to unpack", when trying to create a pin using pins->create()

NourdineMazali commented 8 years ago

fixed, I had to remove the last slash from board url: instead of "xxxx/yyyy/" put "xxxx/yyyy"