Issuing auth.test method using PHP curl. <?php $token= //your login token $url = ‘https://slack.com/api/auth.test’; $parameters = array(“token” => $token); if
Month: June 2015
Slack post a message by PHP curl
Step by step process to post a message to using PHP curl: Click on Team43. In the pop up box,
Slack Notes
Generate Slack Security Token https://api.slack.com/web#auth Post message to slack https://gist.github.com/alexstone/9319715 Example of PHP Slack https://github.com/Frlnc/php-slack Good oauth video Note: don’t
UnfoldingWord Links
Shared door43 plugin https://github.com/unfoldingWord-dev/dokuwiki-plugin-shared OBS doc upload https://github.com/unfoldingWord-dev/dokuwiki-plugin-obs-doc-upload with export buttons https://github.com/unfoldingWord-dev/dokuwiki-plugin-obs-doc-upload/tree/feature/ExportButton