https://github.com/socialengine/sdk-examples
https://github.com/socialengine/sdk-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/socialengine/sdk-examples
- Owner: SocialEngine
- Created: 2019-09-11T13:26:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T13:58:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T06:15:27.087Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unite SDK Examples
Here we provide some API examples based on articles written for our [documentation](https://www.socialengine.com/support/article/74711060/unite-development-getting-started).
## Configuration
Depending on your language of choice, make sure to rename the config file in `/examples/_config/[LANGUAGE]/config.*.example` by removing the `.example`.
Then fill out the required constants/variables:
| Constant/Variable | Description |
|-------------------|------------------------------------------------------------------------------------------------|
| SE_URL | URL to your Unite site. |
| SE_TOKEN | Your API token. |
| SE_VIEWER_TOKEN | API Token of the viewer. If you plan to act as other users, make sure this viewer is an admin. |
Learn more about API authentication [here](https://developers.socialengine.com/?version=latest#authentication) and getting the correct tokens.