jmdobry / disqus-node

http://disqus.com/api/ API bindings and CLI for NodeJS
http://disqus-node.pseudobry.com/
Apache License 2.0
15 stars 5 forks source link

create Forum is giving error #16

Open akatrodiya opened 8 years ago

akatrodiya commented 8 years ago

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?

jmdobry commented 8 years ago

I think you forgot to post the error