12

I have added a collaborator for my Pinterest app, however, when accessing the colaberators account and clicking on the application there is no 'authorise' button or anything similar. The "You still need at least 1 collaborator to authorize your app before you can submit" warning still shows on the collaberators account. Ant help would be appreciated, thanks!

user3069397
  • 165
  • 2
  • 8

5 Answers5

6

We had the same problem. You need to at least add two co-workers, one as collaborator and one as tester. These must be different people. And then, after some while (!) the authorize button has appeared.

The co-workers need to accept the invitation as well, of course.

After submitting, it will take some weeks (!) until you get the approval.

Axel Amthor
  • 10,980
  • 1
  • 25
  • 44
  • Do you know how long the approval process is after you submit the app? – Dimitry Mar 22 '16 at 14:48
  • I am having the same issue. I have tried everything but no luck. Can you guide me on how much time takes for Authorize button to appear? – Vivek Srivastava Aug 25 '16 at 11:08
  • @AxelAmthor How do you send the invitation to the co-workers? Does pinterest send the invitation automatically after you add their account names in the page for the app (the same page that shows that app id and secret) ? – yjc Sep 13 '16 at 00:35
  • @Dimitry It will not take more than 5 minutes for showing submit to review button – Hiren Panchal Sep 21 '16 at 11:43
  • 4
    It's been more than 10 min and still nothing. Yeah Pinterest su***. This whole thing has been extremely confusing and difficult, they need to fire some people. – durazno Oct 09 '16 at 07:53
  • during this process, can you do anything at all with the app id? – njzk2 Apr 24 '17 at 20:56
  • 2
    Facebook is another fan of creating a confusing system. It's workable but incredibly over-complicated and unnecessary. Pinterest is no exception. Twitter on the other hand have nailed it. – Reado Jun 12 '17 at 13:27
  • It took my app 7 weeks to be approved by Pinterest. During this period the 'authorised' users that I had manually added could use the system but it was not available for everyone to use. – Abhishek Nov 26 '17 at 04:57
  • Pinterest have really bad support, I submitted an app for approval about ~40 days ago still not approved, today I deleted the app and created a new app and when I add collaborator (after following each other) seems like it's not adding collaborators and submitting app for review "Submit" button is also not working, looking into Networks tab it gives response 500 Bad Gateway - don't know what's the issue. I'd never use again (RIP) – narainsagar Jun 03 '18 at 22:16
3

I had issue. By reading and following accepted answer, I waited 5 weeks and still submit for review button was not there.

What I did was I authorise my app for code which later I used for getting access token.

Once I successfully authorised my app using below authorisation URL the "Submit for review button " appeared in a second.

Authorisation URL:

https://api.pinterest.com/oauth/?response_type=code&client_id=XXXXXXXXXXXXX&redirect_uri=https://localhost:8000&scope=write_public read_public&state=abcdefg

Use your client_id to authenticate to your app. Once you are done with that you can see the "Submit For review button" after refreshing the browser.

Hope it helps!

iamabhaykmr
  • 1,803
  • 3
  • 24
  • 49
2

for those who have this problem, note that you have to test your application before you could autorize or send to revision,

You need 3 Pinterest account, or 2 friends

register one as developer and another as tester

then, with the secret key and the app id, put it on your client application

after that, test the login,

finnaly go back to your pinterest app and the button for "send to revision" you wiil find it enabled,

sGermosen
  • 312
  • 3
  • 14
  • unable to add collaborators :( when clicking "save" button, it says "saved" but after refreshing it still empty with no collaborators. don't know why! – narainsagar Jun 03 '18 at 22:18
0

Please confirm that you are using same App ID and App secret in your application which is in developer pinterest app.

Hiren Panchal
  • 2,963
  • 1
  • 25
  • 21
0

Here is a quick 2019 year update:

  • You need two pinterest accounts, they should be following each other and should be collaborators in the APP.
  • Have a ssl protected call back url, they only accept https urls.
  • Finally all collaborators should authorize the app through your application/site. For this you need to already have the pinterest sdk integrated in your project.

Now you can submit the app for review.

Borislav Stoilov
  • 3,247
  • 2
  • 21
  • 46