instagram-node-lib icon indicating copy to clipboard operation
instagram-node-lib copied to clipboard

The Instagram Node Lib is a helper library for node that makes communicating with the Instagram API easy.

Results 29 instagram-node-lib issues
Sort by recently updated
recently updated
newest added

I got this error executing below code : **OAuthParameterException occurred: Missing client_id or access_token URL parameter. in _request** > var instagram_client_id = '43345435345'; > var instagram_client_secret = '4354565564'; > var...

Hi, This is the error I get `Error: Cannot find module './class.instagram.media'` I have no idea why, because code looks ok. any idea? thanks

``` Instagram.set('client_id', 'some'); Instagram.set('client_secret', 'foo'); Instagram.tags.info({ name: 'blue', complete: function(data){ console.log(data); } }); ``` show OAuthAccessTokenException occurred: The access_token provided is invalid. in _request

What is this `_crypto is not defined` I get when I try to use instagram-node-lib? Can you help where I fix this? I'm still at importing library.

/var/www/node_app/node_modules/instagram-node-lib/lib/class.instagram.media.js:19 params['path'] = "/" + this.parent._api_version + "/media/popular?" + (this.parent._to_querystring(credentials)); ^ TypeError: Cannot set property 'path' of undefined at InstagramMedia.popular (/var/www/node_app/node_modules/instagram-node-lib/lib/class.instagram.media.js:19:22) at Object. (/var/www/node_app/app.js:14:17) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10)...

When the Instagram API gives a 503 response (503 Service Unavailable, No server is available to handle this request.) the library now gives the following error: "SyntaxError: Unexpected token <...

params['object'] = 'tag'; TypeError: Cannot set property 'object' of undefined

Since about yesterday (20-30 hours ago) the users.search method took whatever string and returnd a bunch of results. Now it returns an empty array. It returns someting only if the...

This may be a user issue but the library always returns false on `info` and `recent` tag endpoints. Any ideas? ![ig_broken](https://cloud.githubusercontent.com/assets/690624/12227460/98c9855e-b7f2-11e5-8326-bd26c6cd2b85.png)