Hi all. I am pretty new to Discourse and checked All Site Settings (/admin/site_settings) section to find a matching option to allow any level of user to like posts using RESTapi
At the moment, all users can ( without public ) create topics, add replies etc. However a normal user (tl0, tl1 etc) cannot like to any post through the API ( But can like using the web panel )
You are not permitted to view the requested resource.
However if i log into the discourse as the user then that user can make a like,
So far I have integrated, Topic create, Post Create & Bookmark APIs with same API key with same categories and username and they work without any permission issue.
Could you please help me to figure out what im doing wrong here ? Let me know if more information is needed.
but why only for like ? I already implemented post creation, reply creation, bookmark add, remove with the Discourse API using Global key ( user level: all-users, scope: global )
Also tried to create a new Global API key, still getting the same error
If the API key has global scope and valid for all users, then following API should work. isn’t it