Skip to content

Instantly share code, notes, and snippets.

@weblancaster
Created March 10, 2014 18:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weblancaster/9470527 to your computer and use it in GitHub Desktop.
Save weblancaster/9470527 to your computer and use it in GitHub Desktop.
Instagram real time steps
As a heads up make sure you have these things listed below.
1. Make sure that you have everything set up on Instagram with your Key https://github.com/weblancaster/instagram-real-time/blob/master/server.js#L21
2. You have your url's set up https://github.com/weblancaster/instagram-real-time/blob/master/server.js#L29
3. Subscribing your code to Instagram Real Time https://github.com/weblancaster/instagram-real-time/blob/master/server.js#L123
4.To change the hashtag you will need to change "object_id" https://github.com/weblancaster/instagram-real-time/blob/master/server.js#L40
5. To check if the subscription on Instagram is working properly https://github.com/weblancaster/instagram-real-time/blob/master/server.js#L105
6. To delete things subscribed hashtags https://github.com/weblancaster/instagram-real-time/blob/master/server.js#L123
So make sure you have everything set up and looks like the same and don't have any code bug.. any dot could be a bug.
Let me know if that works..
@jorgechavz
Copy link

Hi, I'm testing your code, looks realy nice in the way you did it 😄

@rcanessa89
Copy link

ERROR...

APISubscriptionError occurred: Invalid URL. The URL may be on a private network. in _request

????

@papayaah
Copy link

papayaah commented Feb 7, 2016

i'm getting that same error as above.

@rcanessa89 were you able to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment