Client id and secret

I was working on using API to connect to CMS and found some code at

The example requires client id and secret to be passed to generate the token. Please confirm if client id and secret are found in applications list in my CMS and if this will work with XIBO 1.7.9.

The API wrapper project is for use with 1.8 CMS’s only.

We’d highly recommend upgrading to 1.8 release if you want to use the API. The API in 1.7 is only beta quality and supports a very limited set of functionality.

clientId and clientSecret was used to connect to the API in 1.7, although you had to do a manual oauth connection, this is explained here: http://xibo.org.uk/manual-tuttle/en/api_oauth.html & guide: Scripting Content Management - A Brief tour of the API (with example code)