使用instamojo-nodejs启用Instamojo沙箱

时间:2016-10-04 07:43:05

标签: node.js npm instamojo

我在我的应用程序中使用节点js使用Instamojo。 如何使用instamojo-nodejs模块启用沙箱模式。 在Instamojo文档中,他们提到将instamojo.com替换为test.instamojo.com,但只有这个模块我们才提到连接Instamojo API的密钥。

var Insta = require('instamojo-nodejs');
Insta.setKeys(API_KEY, AUTH_KEY);

我可以在这里提到测试帐户。

1 个答案:

答案 0 :(得分:0)

这可以通过添加以下行来实现:

Insta.isSandboxMode(true);

此功能在package的v0.0.4中提供。确保安装了最新版本!