Skip to content

Instantly share code, notes, and snippets.

@sharnie
Last active August 29, 2015 14:01
Show Gist options
  • Save sharnie/de586f217c5b92605177 to your computer and use it in GitHub Desktop.
Save sharnie/de586f217c5b92605177 to your computer and use it in GitHub Desktop.
config/initializers/instagram.rb
require "instagram"
Instagram.configure do |config|
config.client_id = "YOUR CLIENT ID HERE"
config.access_token = "YOUR ACCESS TOKEN HERE"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment