Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Comment #25

Open
lincolnlemos opened this issue Feb 12, 2014 · 1 comment
Open

Add a Comment #25

lincolnlemos opened this issue Feb 12, 2014 · 1 comment

Comments

@lincolnlemos
Copy link

I'm trying to add a comment, but is not working.
My code is:

io.sockets.on('connection', function (socket) {
Instagram.media.comment({
media_id: 'xxxx',
access_token: 'xxxxx',
text: 'Cool'
});
});

Whats is wrong?

@molefrog
Copy link

Hi! I'm facing the similar issue and it seems that you can only add comments to your own media (after you have completed oauth procedure). In order to add comments to other users' media you have to write a letter to Instagram developers and ask to enable this feature for your app.

Unfortunately, they don't respond for like months, so it can take a while. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants