Codebase list ruby-omniauth-facebook / 9bc6238
remove timeout workaround, since being fixed Mark Dodwell 11 years ago
1 changed file(s) with 0 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 require 'bundler/setup'
11 require 'sinatra/base'
22 require 'omniauth-facebook'
3
4 # https://github.com/intridea/omniauth-oauth2/pull/9
5 require 'timeout'
63
74 SCOPE = 'email,read_stream'
85