The Qualtrics Social Connect SDK's are code libraries with powerful features that enable developers to easily integrate Qualtrics Social Connect functionality in their own applications.

The SDK's will make it easier to e.g. request a list of mentions, or update mentions and contacts in your Qualtrics Social Connect account by doing some of the heavy lifting for you.
Implementation for most API Endpoints are available in the different SDK's.
For details please refer to the actual SDK's.

The SDK's have several extensibility points giving PHP & Javascript developers control of how the SDK interacts with their application.

PHP SDK

For installation & implementation instructions, look through the Read Me.

The SDK for PHP is an open source project hosted on Github. You can get the latest version of the SDK or contribute to it via Github: https://github.com/turanct/engagor-api

View PHP SDK

This SDK is available under a MIT license.

Javascript SDK

The Javascript SDK is built to be used in Node.js applications.

For installation & implementation instructions, look through the Read Me.

The SDK for Javascript is an open source project hosted on Github. You can get the latest version of the SDK or contribute to it via Github: https://github.com/thaoms/engage-js-api

This SDK is available under a BSD-2-Clause license.

View Javascript SDK

Examples

  • The Bot Example App is built using the PHP SDK and showcases how you can build a simple text-based bot application that works accross several platforms (e.g. Facebook & Twitter).