What is supposed to go in “DISCOURSE_HOST”? I am currently using the Discourse hosting free trial so for the “DISCOURSE_HOST” section I am using the Discourse hosting URL - which looks like this 1.hosted-by-discourse.com
You need to use your public site URL (whatever appears in the address bar of your browser). The *.hosted-by-discourse.com addresses are our CNAME targets, and cannot be accessed directly.
But I do have another question - is it ok to leave these 2 fields (below) empty if the response to my token request doesn’t have any property such as a user id?
As you can see, I am using (or at least trying to) use the “Fetch user JSON for OAuth2” method, so I guess we can fetch the user id from that user info JSON response?