Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,
I am trying to create a couple of tools to monitor few of the rooms I am part of etc. using cron jobs from my mac or linux box. The user token is available1. from the website and it expires after 12 hrs and there is no automated way of taking ...
I am looking for an api to edit my status message so that I can set it based on my calendar schedule etc. Can you please let me know if there is one? I couldn't find from the documentation yet.
Ok. I went and regenerated the client secret, hit the url to get the code again in the browser to get the code. Tried with it, it worked! Yaay!Now I can regenerate any number of tokens using refresh I suppose. So I am good. Saved this info.
Thanks ...
Yes I confirmed that.
curl -vvvv -X POST -H "Content-type:application/x-www-form-urlencoded" --data client_id=<elided for security> --data client_secret=<elided for security> --data code=<elided for security> --data grant_type=authorization_code --...