rfacebook 0.6.6 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/facebook_session.rb +3 -0
  2. metadata +1 -1
@@ -154,6 +154,9 @@ class FacebookSession
154
154
  end
155
155
 
156
156
  # set up params hash
157
+ if (!params)
158
+ params = {}
159
+ end
157
160
  params = params.dup # patch courtesy of Project Agape
158
161
  params[:method] = "facebook.#{method}"
159
162
  params[:api_key] = @api_key
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: rfacebook
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.6.6
6
+ version: 0.6.7
7
7
  date: 2007-07-22 00:00:00 -07:00
8
8
  summary: A Ruby interface to the Facebook API v1.0+. Supports the new features from F8.
9
9
  require_paths: