# Connect Your Social Keys

Social Locker need some credential Third party social app to verify user activity by connecting with their API :

* Facebook [JavaScript SDK](https://developers.facebook.com/docs/javascript/)
* Twitter API
* Google+ API

It's supported to verify **Facebook share; Google share;** **Twitter tweet** activities

## **Steps**

**Step 1:** From your Shopify admin, go to **Apps.** Click **Social Locker.**

**Step 2:** Go to Settings

![](/files/-LZsYORoq5lwMCTwkqtH)

**Step 3**: Enter Social credential details & **Share Key**.

The app will save your Social credential as a **Share Key** to protect your Social credential detail. It use as a password to open Social Credential Details.\
Please input following data:&#x20;

| Options                                        | Descriptions                                                                                                                                                                                                                                                         |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Facebook App ID                                | <p>Use to verify <strong>Facebook share</strong> activity</p><p><a href="/pages/-LZsAPKAI-cWtIl5RsSd">How to get Facebook App ID</a></p><p>The app doesn't save this data when you click Save Share Key button</p>                                                   |
| Facebook SDK version                           | <p>You may select between Facebook SDK version to use. <a href="https://developers.facebook.com/docs/javascript/"><https://developers.facebook.com/docs/javascript/></a></p><p>It's suggestion to use version 3.0 or higher</p><p>The app doesn't save this data</p> |
| Google Client Id                               | <p>Use to verify <strong>Google share</strong> activity</p><p><a href="/pages/-LZsJFn5wLtGztUcXgi6">How to get Google Client ID</a></p><p>The app doesn't save this data</p>                                                                                         |
| Twitter Consumer Key & Twitter Consumer Secret | <p>Use to verify <strong>Twitter tweet</strong> activity at <strong>Read Check Mode</strong></p><p><a href="/pages/-LZsDJHnfR5nMs9DBWoR">How to get Twitter App Key</a></p><p>The app doesn't save this data</p>                                                     |
| **Save Share Key \***                          | <p>App just use the shared key to encrypt below data  and give you an encrypted string. <br>In the case you change your shared key please re-input all third-party informations below.</p>                                                                           |

**Step 4**: Click **Save Share Key**


---

# Agent Instructions: 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:

```
GET https://doc.arenacommerce.com/social-locker/connect-your-social-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
