0
我試圖從Slack的API獲取更多用戶詳細信息。Slack API - 範圍權限
目前我通過Slack的OAuth2驗證用戶身份,該OAuth2返回一個代碼。我目前要求scope=identity.basic,identity.email,identity.avatar
。當我試圖要求更多,如users.profile:read
時,鏈接將我重定向到崩潰頁面。
我的鏈接,通過怠於我的應用登錄是這樣的,現在:
<a href="https://slack.com/oauth/authorize?client_id=104847663141.146678941328&scope=identity.basic,identity.email,identity.avatar"></a>
感謝所有幫助