Skip to content

Commit

Permalink
Make it default to oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmangino committed Sep 30, 2011
1 parent 31fac9a commit 1726658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions facebooker2.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'facebooker2'
s.version = '0.0.11'
s.version = '0.0.13'
s.summary = "Facebook Connect integration library for ruby and rails"
s.description = "Facebook Connect integration library for ruby and rails"
s.files = Dir['lib/**/*.rb']
Expand All @@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
s.email = "mmangino@elevatedrails.com"
s.homepage = "http://developers.facebook.com/docs/api"

s.add_dependency('mogli', ">=0.0.12")
s.add_dependency('mogli', ">=0.0.33")
s.add_dependency('ruby-hmac')

s.add_development_dependency('rake', '~> 0.8.7')
Expand Down
2 changes: 1 addition & 1 deletion lib/facebooker2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "mogli"
module Facebooker2

@oauth2 = false
@oauth2 = true
@cookie_prefix = 'fbs_'

class NotConfigured < Exception; end
Expand Down

0 comments on commit 1726658

Please sign in to comment.