api - Slack OAuth 2.0 without human (Add to Slack button) -
before able token, slack wants user give permissions request described here: slack oauth 2.0
is possible token without human?
i make program posting modifications of program special slack channel. if user has give permissions everytime, post modification slack himself , slack api not useful anymore.
no, not how works. have run through oauth process once (per slack team) receive access token. received access token remains valid , should stored future use.
if want use slack app , features enables (e.g. interactive buttons, events api), have run oauth process. however, if want call few api methods there alternative. can called "test token" slack team work , can here. however, token meant testing , development , not supposed used in production level apps.
Comments
Post a Comment