↧
Getting a user's discourse subscriptions through api
Hey everyone! i’m trying to get a user’s discourse subscriptions (through the official plugin) using the api. But anytime I try it returns {"errors":["You need to be logged in to do...
View ArticleGetting a user's discourse subscriptions through api
Nerd_Alert: I’m passing in their csrf token You should be passing in the API key and username: Discourse API Documentation Here is an example POST request via cURL: curl -X POST...
View ArticleGetting a user's discourse subscriptions through api
Oh, thought it was like logging users in where you pass in a forum session and a csrf token and it just works. Thanks! Read full topic
View Article