Members link their Pinterest account and sign in with it afterwards.
Before you start
Section titled “Before you start”| Console | Pinterest developers |
| Endpoint group | Social Login |
| None. Pinterest’s API v5 returns no address | |
| Signs in | In the browser |
| Needs | A Pinterest business account |
Create the app
Section titled “Create the app”-
Convert your Pinterest account to a business account if it is personal. The developer console requires one.
-
Open developers.pinterest.com/apps and create an app, describing what it does. Pinterest reviews this description.
-
Add the redirect address under Redirect URIs: the string from Memberside → API Keys → Social Login → Pinterest, which looks like
https://yoursite.com/wp-json/memberside/v1/social/callback/pinterest. -
Copy the App ID and App secret key.
New apps have trial access, which is enough to sign members in. Standard access is requested from the app’s page if you need higher limits.
What to paste into Memberside
Section titled “What to paste into Memberside”Under Memberside → API Keys → Social Login → Pinterest:
| Field | Value |
|---|---|
| Client ID | The App ID |
| Client secret | The App secret key |
When it does not work
Section titled “When it does not work”| Symptom | Cause | Fix |
|---|---|---|
| A new member gets stuck after authorising | Pinterest returns no address, so no account can be created | Have them register first, then link Pinterest |
| The console will not create an app | The Pinterest account is personal | Convert it to a business account |
| The redirect is refused | Pinterest compares the address exactly | Copy it again from the API Keys screen |
| Sign-in stops under load | The app is on trial access | Request standard access |