instagram-node-lib
instagram-node-lib copied to clipboard
Instagram.tags.unsubscribe_all(); throws exception.
params['object'] = 'tag'; TypeError: Cannot set property 'object' of undefined
Have you passed the complete
or error
function in the params ?
Instagram.tags.unsubscribe_all({
complete: function(data, pagination) {
// do stuff
}
});
I face the similar problem with this function
But the error message is different :
SyntaxError: Unexpected token < occurred: <html>
<head>
<title>5xx Server Error</title>
</head>
<body>
<h1>5xx Server Error</h1>
</body>
</html>
in _request
having this issue too with the subscribe - perhaps the api endpoints are wrong or sending erroneous parameters using latest master 32dcb23f7104feae9c49810e5531be20f9d23cf8