Snapchat
Snapchat is both a messaging platform and a social network.
How to Connect
There are two ways to connect to Snapchat: with the help of our support team (recommended), or using SQL statements in the CData Virtuality Studio or the Code Editor in the Web UI (as described in the subpage).
Usage
The Snapchat API connector introduces a new virtual schema snapchat that contains the following stored procedures:
The public API procedures may call the internal procedures which should not be used directly as they can be changed without any explicit notification in the newer versions of the connector. Internal procedures can be recognized by the internal_ prefix in their names. Public API procedures do not have such prefix in their names.

In addition to these public API procedures, there is the snapchat_examples virtual schema that shows an exemplary usage of the public API:

If not needed, you can delete all the example views directly by dropping snapchat_examples .