Hi,

I have one Prestashop site.
I want my clients login using their facebook and pinterest accounts.
It can be possible with any modules?

Dani AI

Generated

Yes — you can let customers sign into a PrestaShop store with Facebook and (less commonly seen, but supported) Pinterest. As noted, third‑party modules do this; a simple way is to use a social‑login aggregator that already supports Pinterest and Facebook so most of the provider plumbing is handled for you. (github.com)

Practical setup notes for Facebook: create a Meta/Facebook app, add the Facebook Login product, and enter the exact callback/“Valid OAuth Redirect URI” the module expects (protocol, domain, path and trailing slash must match). Add your privacy policy/terms URLs and test while the app is in development with accounts listed in the app’s Roles; switch live and submit for App Review only if you request permissions beyond the basic public_profile and email. A common failure is the “Given URL is not allowed…” redirect error — fix it by matching the redirect URI in the app settings or enabling the correct OAuth settings. (developer.okta.com)

Practical setup notes for Pinterest: register in the Pinterest Developer portal, create an app (Pinterest typically requires a Business account for API apps), and supply the module’s callback/redirect URI. Pinterest often gives trial access and may require an upgrade/review step for full/production API access, so follow the developer portal instructions when you register. (developers.pinterest.com)

Recommendation and troubleshooting checklist: for the least fuss use an aggregator (e.g., OneAll) that lists Pinterest + Facebook plugins, or use the official PrestaShop Social module if you prefer an integrated marketplace option (note PrestaShop has published paid/subscription terms for that module). Test everything on staging, verify HTTPS and exact redirect URIs, ensure the module’s callback path is configured in each provider app, and test with accounts added as app admins/developers before going live. (help-center.prestashop.com)

Yes, it can be possible with external modules. You can try any external modules for this requirement.

Mike can you suggest me the best module for my site.

Thanks in advance,

Hi,
You can try below login

Thanks mike,
I will try this modules.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.