1

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"
}
jay sedani
  • 57
  • 9

1 Answers1

1

I got a solution. I have added some PHP files and API information on github.

Click Here to get github Files

jay sedani
  • 57
  • 9
  • Hello, a bit unrelated, but how did you manage to create an "App" for your developer account? On their website it says that they are suspended while making some API updates. Thank you! – Ícaro Jun 07 '21 at 13:57
  • @Ícaro I have used old app – jay sedani Jun 19 '21 at 06:28