How to set up your Automated Scheduler with Standard App
A step-by-step guide to connecting your Pinterest Standard App for secure, automated posting.
Pinalofy
Last Update 18 days ago
Using Pinalofy's integrated scheduler requires a direct connection to your Pinterest account.
- The Pro Route: Create a Pinterest Standard App. This allows Pinalofy to publish pins automatically while you sleep.
- The Manual Route (No setup required): If you don't want to configure an app, you can skip this guide entirely. Simply use our Bulk CSV Export feature to download your pins and upload them natively via Pinterest's bulk tool.
Step-by-Step: From Trial to Standard App

- Go to the Pinterest Developers Portal and log in.
- Navigate to "My Apps" and click "Connect App".
- App icon: Upload your company logo.
Important: Do not use the Pinterest logo or wordmark. - App name: Choose a name for your app (e.g., "Mypinalofyconn").
Note: Do not include the word "Pinterest" in the app name. - Company name: Enter your company or brand name.
- Company website or App link: Enter your own website URL (e.g., https://yourwebsite.com/).
- Link to Privacy Policy: Enter the URL to your own Privacy Policy page.

- App purpose: Write: "A private tool for scheduling and managing my own Pinterest content."
- Developer purpose: Select: "I am developing an app for my organization/personal use". (This is the fastest path to approval).
- Use cases: Select: "Pin creation & scheduling".
- Audience: Select: "Pinners" (or "Creators" based on your preference).

After you click "Create App," Pinterest will initialize your application.
Wait for Trial Activation: It is completely normal to see "Trial access pending" for a few minutes. Pinterest needs to verify your basic app details. Refresh your browser page after 5-10 minutes; once it changes to "Trial access active," you are ready to proceed.

Click the "Add" button next to the field.

How to upgrade from the TRIAL app to the STANDARD app
Step 1: Setup in Postman
- Open our Pinalofy Postman Workspace.
- If you don't have a Postman account, create a free one.
- Go to the “Variables” tab and enter your app_id and app_secret (you can find these in the Pinterest developer dashboard).

You can find App Id and App Secret key in the Pinterest developer dashboard

Open a new tab in your browser.
Paste this link (remember to replace YOUR_APP_ID with your actual ID):https://www.pinterest.com/oauth/?client_id=TUO_APP_ID&redirect_uri=http://localhost&response_type=code&scope=boards:read,boards:write,pins:read,pins:write,user_accounts:read
Press Enter and authorize the app. You will be redirected to an error page (“localhost”): this is normal.
Copy the code you see in the address bar after ?code=.


What should a 20-second video include?
https://www.pinterest.com/oauth/?client_id=YOUR_APP_ID&redirect_uri=http://localhost&response_type=code&scope=boards:read,boards:write,pins:read,pins:write,user_accounts:read
Copy the auth_code generated in the address bar as shown in the images, go to Postam, click SEND, and display the tokens obtained as shown in the image in step 4.
Example of video to send Pinterest Team

