> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/hook-social-login/configuration/linkedin-configuration.md).

# LinkedIn Configuration

<mark style="color:blue;">**Step #1**</mark>

Visit the [**LinkedIn Developers Portal**](https://developer.linkedin.com/), and click on **My Apps**.

<figure><img src="/files/giTKMa7mlINeqmphOgz1" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #2**</mark>

Select the **Create App** button.

<figure><img src="/files/27tCXI23QhPjK25Eee30" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #3**</mark>

Enter the **App Name** that you want to link your **Business LinkedIn Profile** to the app.

<figure><img src="/files/59Z81nSLRJoc1lMFM2pn" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #4**</mark>

Provide the additional details like the **Privacy Policy URL** or **Store URL**.

Also, **upload your App Logo** and after that, **accept the Legal Agreement**.

Once done, select **Create App** button.

<figure><img src="/files/StDXe5CaH91otPbBYdfr" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
LinkedIn may take 1-2 days to verify your business profile before connecting it to the app.
{% endhint %}

<mark style="color:blue;">**Step #5**</mark>

Confirm that your **Business LinkedIn Profile** is verified and linked to the app.

<figure><img src="/files/0PBSHIhh16PKXLIAYuVq" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #6**</mark>

Go to **Additional Settings,** and select the **Edit** icon.

Enter your **Store URL** in the respective field and click **Update**.

<figure><img src="/files/yWqK4MhULvGW4wBbXXU8" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #7**</mark>

Go to the Auth section and copy and store the following details securely:

* Client ID
* Primary Client Secret
* Authorized Domain
* Paste these credentials into the HOOK App for integration.

<figure><img src="/files/1xfXeA6vlKcTZRBRM7pN" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #8**</mark>

After following all these steps, go to **Online Store** ➤ **Preferences** ➤ **Spam Protection** and **Disable** the by default selected options:

* Enable hCaptcha on contact and comment forms
* Enable hCaptcha on login, create account and password recovery pages

<figure><img src="/files/mmSepkpFiRq2mtLCYC96" alt=""><figcaption></figcaption></figure>

It is necessary to keep these two options **Disabled** as they cause errors sometimes, which may cause a bad user experience.

<mark style="color:blue;">**Step #9**</mark>

Ensure the **Customer Accounts Type** is set to **Legacy**. If not, update the configuration.

<figure><img src="/files/nJZlmSpmt2ahCnu4QWFi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://magecomp.gitbook.io/shopify/apps/hook-social-login/configuration/linkedin-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
