Hey again @andypiper ,
I’ve got the dashboard setup and I’ve attempted to add a second account through it. I’ve tried three different accounts in total to add as the second subscription on the webhook, and all of them fail with 401, specifically:
“Client application is not permitted to access this user’s webhook subscriptions.” (Code 348).
Code 348 is in documentation, but I’m a bit lost as to why the client doesn’t have access. To me it would seem that the error is given when the OAuth tokens don’t have sufficient perms, but… the dashboard forces an OAuth cycle to get fresh tokens and the application is set to get perms for everything including DMs.
EDIT: Finally got a second account to be added. I had to go into that user and revoke current permissions from the app, and then attempt to re-add them. This is seems like a bug to me. I don’t want to have all of the users of my app manually go in and revoke access to my app just to keep on using it. Is there a place I can file this bug for you?