文件名称:omniauth-foursquare:OmniAuth的Foursquare策略
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-19 16:54:48
Ruby
OmniAuth Foursquare 该宝石包含用于OmniAuth的Foursquare策略。 Foursquare使用OAuth2流,您可以在此处阅读有关它的信息: : 如何使用它 假设您使用的是Rails,则需要将该策略添加到Gemfile : gem 'omniauth-foursquare' 您可以直接从github将它们拉入,例如: gem 'omniauth-foursquare', :git => 'https://github.com/arunagw/omniauth-foursquare.git' 输入这些内容后,您需要将以下内容添加到config/initializers/omniauth.rb : Rails.application.config.middleware.use OmniAuth::Builder do provider :four
【文件预览】:
omniauth-foursquare-master
----.travis.yml(81B)
----Rakefile(118B)
----omniauth-foursquare.gemspec(1KB)
----Gemfile(115B)
----.rspec(9B)
----spec()
--------omniauth()
--------support()
--------spec_helper.rb(211B)
----.gitignore(33B)
----lib()
--------omniauth()
--------omniauth-foursquare.rb(155B)
--------omniauth-foursquare()
----README.md(2KB)