omniauth-instagram

OmniAuth strategy for Instagram.

Github stars Tracking Chart

OmniAuth Instagram

This is the unofficial OmniAuth strategy for authenticating to Instagram. To
use it, you'll need to sign up for an OAuth2 Application ID and Secret
on the Instagram Developer website.

Basic Usage

use OmniAuth::Builder do
  provider :instagram, ENV['INSTAGRAM_ID'], ENV['INSTAGRAM_SECRET'], scope: 'basic+media+public_content+follower_list+comments+relationships+likes'
end

Notes:

License

Copyright (c) 2011-2017 Mihai Anca and Intridea, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Overview

Name With Owneromniauth/omniauth-instagram
Primary LanguageRuby
Program languageRuby (Language Count: 1)
Platform
License:
Release Count5
Last Release Namev1.3.0 (Posted on )
First Release Namev1.0.0 (Posted on 2011-11-28 20:21:10)
Created At2011-11-28 20:16:05
Pushed At2023-03-30 18:08:26
Last Commit At2022-06-03 23:58:57
Stargazers Count111
Watchers Count9
Fork Count84
Commits Count39
Has Issues Enabled
Issues Count28
Issue Open Count9
Pull Requests Count13
Pull Requests Open Count3
Pull Requests Close Count5
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top