Pinterest App Setup

jea738

New Member
So the steps to create the Pinterest app so it can be used with Social Rabbit doesn't seem to work. I created the app, but I don't see anyway to "approve" it from another user, on Pinterest. I have created 2 other accounts so they could "approve" my app but the app doesn't even show up for them, even though I added them as testers.

Is the Pinterest API currently broken?

When I add the Pinterest App ID: and Pinterest Secret Key: and click the Authorize Pinterest Account button I get an api error json message as follows:

{"status": "failure", "code": 12, "host": "coreapp-ngapi-prod-0a01ca6a", "generated_at": "Tue, 28 Mar 2017 15:26:06 +0000", "message": "Something went wrong on our end. Sorry about that.", "data": "path: /oauth/\nparams:[('scope', [u'read_public,write_public,read_relationships,write_relationships']), ('state', [u'pinrabbit1483742106737836380']), ('redirect_uri', [u'']https://MYWEBSITE.COM/']), ('response_type', [u'code']), ('client_id', [u''])]\nTraceback (most recent call last):\n File \"/mnt/virtualenv/local/lib/python2.7/site-packages/flask/app.py\", line 1504, in wsgi_app\n response = self.full_dispatch_request()\n File \"/mnt/virtualenv/local/lib/python2.7/site-packages/flask/app.py\", line 1264, in full_dispatch_request\n rv = self.handle_user_exception(e)\n File \"/mnt/virtualenv/local/lib/python2.7/site-packages/flask/app.py\", line 1262, in full_dispatch_request\n rv = self.dispatch_request()\n File \"/mnt/virtualenv/local/lib/python2.7/site-packages/flask/app.py\", line 1248, in dispatch_request\n return self.view_functions[rule.endpoint](**req.view_args)\n File \"/mnt/builds/q4vJPIJnRVigqabMTAfKAg_4bd281d/api/decorators.py\", line 79, in wrapper\n return view_func(*args, **kwargs)\n File \"/mnt/builds/q4vJPIJnRVigqabMTAfKAg_4bd281d/api/decorators.py\", line 65, in wrapper\n return view_func(*args, **kwargs)\n File \"/mnt/builds/q4vJPIJnRVigqabMTAfKAg_4bd281d/api/handlers/oauth/oauth_handlers.py\", line 183, in oauth_connect\n client_id = int(params['client_id'])\nValueError: invalid literal for int() with base 10: ''\n"}

Any ideas would be greatful.

Thanks
 

jea738

New Member
Hmm, well maybe I just needed to wait a couple days? Or I missed the part where it needed a web URL with a trailing slash. Anyway it is working now.
 
Top