I'm trying to get further user details from the Slack's API.
Currently I'm authenticating users via Slack's OAuth2 that returns a code. I'm currently asking for scope=identity.basic,identity.email,identity.avatar
. When I try to ask for more, like users.profile:read
, the link redirects me to a crash page.
My link for signing in to my app via Slack is like this, for now:
<a href="http://ift.tt/2lSuR2f"></a>
Thanks for any help
via DavidN