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

Pinterest error (code: 401) with message: Authorization failed #75

Closed rohitk82 closed 6 years ago

rohitk82 commented 6 years ago

I am getting 401 error when i tried to fetch username, boards. can you help me why i am getting this?

dirkgroenen commented 6 years ago

This is just a wrapper for Pinterest's API, so if it returns a 401 code you might likely not be authorized correctly. Please make sure you have access to the data you're trying to fetch by verifying your scopes and tokens.