mattn/go-mastodon

ClientID/ClientSecret requirement for AuthenticateToken

RandomErrorMessage opened this issue · 1 comments

I've previously used Mastodon.py and once you have the AccessToken you don't require the ClientID and ClientSecret. This doesn't seem to be the case with go-mastodon. Is there a reason for this? Can this be changed to Mastodon.py's behavior?

This is incorrect, it does work. I was just confused on the procedure of getting an AccessToken.