internet-research-labs / instagram-realtime

Event-based, object-oriented Instagram API for NodeJS. This is *not* a wrapper. Rather, it is a minimal-setup, trigger-based NodeJS object, that handles push notifications from the Instagram API. How does it do this? Middleware. This package is so sick, and removes the stress from asynchronously programming via cURL. Duh.
MIT License
20 stars 9 forks source link

secrets.json #15

Open ulissesgrz opened 10 years ago

ulissesgrz commented 10 years ago

what is this file ? "secrets.json"

thanks

Error: Cannot find module '../secrets.json' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/Users/user/node/i1/test/InstagramStream.js:3:15) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10)

whatever commented 10 years ago

It is a json file like the following:

{
  "client_id" : "00000000000000000000000000000000",
  "client_secret" : "11111111111111111111111111111111",
  "website_url" : "http://something.web",
  "redirect_uri" : "http://something.web"
}

Based on the information specified in: http://instagram.com/developer/clients/manage/