Reputation: 57
Any code example for https://api.pinterest.com/v3/oauth/access_token API.
Followed this document but while implementing it, I am getting following error in response.
{
"error": {
"message": "None",
"oauth_error_code": "invalid_grant"
},
"code": 283,
"data": null,
"message": "The authorization grant is invalid",
"endpoint_name": "oauth_access_token",
"status": "failure"
}
Upvotes: 1
Views: 582
Reputation: 57
I got a solution. I have added some PHP files and API information on github.
Click Here to get github Files
Upvotes: 1