mini_fb 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/lib/mini_fb.rb +2 -1
  3. metadata +3 -3
data/README.markdown CHANGED
@@ -78,7 +78,7 @@ Photo Uploads
78
78
 
79
79
  This is as simple as calling:
80
80
 
81
- @fb.call("photos.upload", "file_name"=>"<full path to file>")
81
+ @fb.call("photos.upload", "filename"=>"<full path to file>")
82
82
 
83
83
  The file_name parameter will be used as the file data.
84
84
 
data/lib/mini_fb.rb CHANGED
@@ -113,7 +113,8 @@ module MiniFB
113
113
  end
114
114
  end
115
115
 
116
- BAD_JSON_METHODS = ["users.getloggedinuser", "auth.promotesession", "users.hasapppermission", "Auth.revokeExtendedPermission", "pages.isAdmin"].collect { |x| x.downcase }
116
+ BAD_JSON_METHODS = ["users.getloggedinuser", "auth.promotesession", "users.hasapppermission",
117
+ "Auth.revokeExtendedPermission", "pages.isAdmin", "pages.isFan"].collect { |x| x.downcase }
117
118
 
118
119
  # Call facebook server with a method request. Most keyword arguments
119
120
  # are passed directly to the server with a few exceptions.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-04-05 00:00:00 -07:00
18
+ date: 2010-04-06 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency