> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/civi-job-board-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/civi-job-board-wordpress-theme/faqs/how-to-get-linkedin-api.md).

# How to get Linkedin API

**Step 1:** Create a Linkedin Develop Account via the website: <https://developer.linkedin.com/>

**Step 2:** Create an app ( Need a company page).

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

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

a. **App name:** Enter the name of the app.

b. **Linkedin Page:** Enter your company's name or LinkedIn Compay Page URL.

c. **Privacy policy URL:** Enter your app privacy policy.

d. **App Logo:** Upload the app logo image.

e. L**egal agreement**: Select " I have read and agree to these terms"&#x20;

And then click the button **Create app**.

**Step 3:** Verify the app

**Step 4:** Add Product: In your app dashboard, select the tab **Products** -> Click Select 2 options: **Share on LinkedIn** and **Sign In with LinkedIn**

<figure><img src="/files/8HhDtfgwKdsk5jdgDxuC" alt=""><figcaption></figcaption></figure>

**Step 5:** Get API the app: In your app dashboard, select tab **Auth**-> **Authentication keys** and then get the Client ID and Client Secret

<figure><img src="/files/42qBVh5GqFydjD59fMJF" alt=""><figcaption></figcaption></figure>

**Step 6:** Enter the key in Civi. Go to **Admin** -> **Civi** -> **Theme Options** -> **Login Option** -> Enter the Linkedin Client ID and Linkedin Secret

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

**Step 7:** Authorized redirect URL. You need to get a redirect URL. In your app dashboard, select tab Auth-> Scroll down and find option **OAuth 2.0 settings** and add the URLs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              &#x20;

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

You can follow this video for a guide:&#x20;

{% embed url="<https://www.youtube.com/watch?v=YJoof1kX_kQ>" %}


---

# 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://uxper.gitbook.io/civi-job-board-wordpress-theme/faqs/how-to-get-linkedin-api.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.
