disqus-node
disqus-node copied to clipboard
create Forum is giving error
Hi.. I'm trying to add forum in disqus. but I'm not able to do it yet
Here is my code:
disqus.forums.create({
website: 'https://disqus.com/api/3.0/forums/create.json',
name: 'Test Name',
short_name: 'test'
},function (err, data) {
console.log(data);
});
can somebody help me here?
I think you forgot to post the error