- Basic Information Terminology, getting started and setting up your account. Recommended for new customers.
- Make your website social Step-by-step tutorials and information on how to integrate our plugins and services to your site.
- REST API Reference JSON/REST API for advanced social network integration. Must-read for developers.
User API
Once a user has signed in with our Social Login Plugin, shared content through our Social Share Plugin or linked his account with our Social Link Plugin, he will be tied to your Site and can be managed through the following social API commands. Please note that depending on the provider, some methods might not be available.
| Resource/URI | GET | POST | PUT | DELETE |
Users
/users.<format>
|
List all users | – | – | – |
User
/users/<user_token>.<format>
|
Retrieve a user's details | – | – | Delete a user |
User
/users/<user_token>/contacts.<format>
|
Read a user's contacts | – | – | – |
User
/users/<user_token>/publish.<format>
|
– | Publish on social networks | – | – |