rfacebook 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/facebook_session.rb +1 -1
  2. metadata +2 -2
@@ -176,7 +176,7 @@ class FacebookSession
176
176
 
177
177
  # do the request
178
178
  xmlstring = post_request(@api_server_base_url, @api_server_path, method, params, use_ssl)
179
- xml = Hpricot(xmlstring)
179
+ xml = Hpricot.XML(xmlstring)
180
180
 
181
181
  # error checking
182
182
  if xml.at("error_response")
metadata CHANGED
@@ -3,8 +3,8 @@ 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.4
7
- date: 2007-07-15 00:00:00 -07:00
6
+ version: 0.6.5
7
+ date: 2007-07-20 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:
10
10
  - lib