DEV Community

PrestaSOO
PrestaSOO

Posted on • Originally published at prestasoo.com on

How to get Instagram Client ID & Client Secret Key

Instagram Client ID and Client Secret Key are use to intergrate an Instagram social login module on Prestashop site, that allows visitors to access websites using an Instagram ID.

Many customers report being tired by having to create new accounts to buy something, and a social login module is a good solution to boost conversion rates that provided on Prestashop ecommerce sites will give rich opportunities for merchants.

We also have a plan to release a Prestashop Social Login module (Fb, Twitter, Instagram...). What will the module called? Just tell me a name!

Instagram Client ID and Client Secret Key - What are they?

The Client Id is a public identifier for Prestashop module, and the Client Secret Key is a secret known only to the module and the authorization server.

Your module won’t be able to exchange data with the Instagram API without them.

Instagram Client Id

How to Get Instagram Client ID and Client Secret Key

Step I - Visit Instagram Developer Network

Visit https://www.instagram.com/developer/register

Instagram Developer Page

Click on Login button to login Instagram

Login InstaGram

Login as an Instagram user, or register a new account to proceed this Prestashop tutorial. It's very easy. I promise that every steps will be the same.

Step II - Developer Signup

Fill these fields in seconds to signup as a developer:

Developer Signup

When you done, it's time to build your first Application to connect the Prestashop Social Login module to your Instagram API.

Step III - Register your application to get Client Id and Client Secret Key

Click on Register your application to start

Register Application

Fill all fields in the form that asks for:

Application Name: Name of the application. It should be Prestashop Social login.
Description: Write a short description of your application.
Website URL: Full URL. For example: https:// yoursite.com. You should have a SSL certificate for your site or your website's ranking is very low.
Valid redirect URLs: have to be https:// yoursite.com/modules/my-social-login-module/instagram

Confirm all information, click on Register button for the final result.

Register New Client Id

Step IV - Final

It's done! You’ve got Instagram Client ID and Client Secret Key! Copy and paste the Client ID and Client Secret key in the admin panel of your Prestashop modules.

Client Id and Client Secret

Top comments (0)