omniauth-instagram

OmniAuth strategy for Instagram.

Github星跟踪图

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.

主要指标

概览
名称与所有者omniauth/omniauth-instagram
主编程语言Ruby
编程语言Ruby (语言数: 1)
平台
许可证
所有者活动
创建于2011-11-28 20:16:05
推送于2023-03-30 18:08:26
最后一次提交2022-06-03 23:58:57
发布数5
最新版本名称v1.3.0 (发布于 )
第一版名称v1.0.0 (发布于 2011-11-28 20:21:10)
用户参与
星数113
关注者数8
派生数86
提交数39
已启用问题?
问题数29
打开的问题数9
拉请求数13
打开的拉请求数3
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?