Skip to content

Instantly share code, notes, and snippets.

@bethsecor
Last active February 22, 2016 02:07
Show Gist options
  • Save bethsecor/20375432cbecb10de516 to your computer and use it in GitHub Desktop.
Save bethsecor/20375432cbecb10de516 to your computer and use it in GitHub Desktop.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :instagram, ENV['INSTAGRAM_ID'], ENV['INSTAGRAM_SECRET'],
{:scope => "basic likes comments follower_list public_content relationships"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment