disqus-node icon indicating copy to clipboard operation
disqus-node copied to clipboard

create Forum is giving error

Open akatrodiya opened this issue 9 years ago • 1 comments

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?

akatrodiya avatar Jun 22 '16 11:06 akatrodiya

I think you forgot to post the error

jmdobry avatar Jun 22 '16 17:06 jmdobry