n8n-community-node / n8n-nodes-mastodon

MIT License
17 stars 3 forks source link

Definition of scope #6

Closed saschafoerster closed 1 year ago

saschafoerster commented 1 year ago

I try to create a search-node. Installation was successful. I am able to connect successfully to a Mastodon account. But the scope of the connection falls back to write after reloading, but I want to search, so I now write, read and maybe follow. Is anyone else having the same issue? Or does the scope need to formatted in a certain way?

jakevis commented 1 year ago

@saschafoerster let me see if I can repro... I have only used with write - but it should work with read

https://docs.joinmastodon.org/methods/oauth/

formatting should just be "read" image

saschafoerster commented 1 year ago

Okay, I got it to work! Thank you, maybe read was not activated, while write was.