Skip to content

Instantly share code, notes, and snippets.

@weblancaster
Created March 10, 2014 18:04
Show Gist options
  • Select an option

  • Save weblancaster/9470527 to your computer and use it in GitHub Desktop.

Select an option

Save weblancaster/9470527 to your computer and use it in GitHub Desktop.

Revisions

  1. weblancaster created this gist Mar 10, 2014.
    17 changes: 17 additions & 0 deletions instagram-real-time-steps
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    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..