mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

ClientID/ClientSecret requirement for AuthenticateToken #113

Closed RandomErrorMessage closed 5 years ago

RandomErrorMessage commented 5 years ago

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?

RandomErrorMessage commented 5 years ago

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