Created
March 10, 2014 18:04
-
-
Save weblancaster/9470527 to your computer and use it in GitHub Desktop.
Instagram real time steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.. |
ERROR...
APISubscriptionError occurred: Invalid URL. The URL may be on a private network. in _request
????
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
Hi, I'm testing your code, looks realy nice in the way you did it 😄