xyz
xyz

Reputation: 415

Pinterest OAuth API - connect: connection refused - Error Code '12'

Getting below response in Pinterest OAuth Connect API response :

{"status": "failure", "code": 12, "data": "path: /oauth/\nparams:<dict_itemiterator object at 0x7efb64c41710>\nAuthError(code=500, message='dial tcp 127.0.0.1:22000: connect: connection refused')", "message": "Something went wrong on our end. Sorry about that.", "endpoint_name": "oauth_connect"}

The documentation we are following is here:

https://developers.pinterest.com/docs/api/overview

Is there any change in this flow or any one else with same type of issue ?

Upvotes: 2

Views: 648

Answers (3)

xyz
xyz

Reputation: 415

The auth flow is working fine now. Looks like they have fixed the issue.

Upvotes: 1

xyz
xyz

Reputation: 415

Pinterest is depracting the developer API

Pinterest is depracting the developer API.

Upvotes: 0

GRF
GRF

Reputation: 189

I'm seeing the same thing using the Postman application to generate a token while logged into my pinterest account.

My Error Code:

{"status": "failure", "code": 12, "data": "path: /oauth/\nparams:<dict_itemiterator object at 0x7f2cec58f950>\nAuthError(code=500, message='dial tcp 127.0.0.1:22000: connect: connection refused')", "message": "Something went wrong on our end. Sorry about that.", "endpoint_name": "oauth_connect"}

Upvotes: 0

Related Questions