This handler posts a new message to the domain that the inputted access token (as an info value) is tied to. If you want to post to a specific Group, input the group name and the handler will automatically find the group id using an extra REST call, which is needed to post to a specific group. Any errors that happen in this process will be caught and re-raised by the handler.
How to retrieve your Access Token
- These instructions can also be found on developer.yammer.com/authentication under client-side authentication
- Start by creating a client application at https://www.yammer.com/client_applications
- Fill in the required information and create the application
- Using the client id you retrieved from the application, paste this url into your browser, making sure to replace [:client_id]:
- After submitting that page and authorizing the application, look in the url to find your access token. That url will look like:
- Paste this Access Token into your info values and you will be all set!
If you have already registered Kinetic Task with your Yammer network, or if you receive a message stating that the "Application Name is already in use", you can view your list of registered applications at: https://www.yammer.com/client_applications Click on your application details to get your client id and client secret.