rfacebook 0.6.1 → 0.6.2
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.
- data/lib/facebook_web_session.rb +1 -1
- metadata +3 -3
data/lib/facebook_web_session.rb
CHANGED
|
@@ -94,7 +94,7 @@ class FacebookWebSession < FacebookSession
|
|
|
94
94
|
optionalNext = (nextPage == nil) ? "" : "&next=#{CGI.escape(nextPage.to_s)}"
|
|
95
95
|
|
|
96
96
|
# build and return URL
|
|
97
|
-
return "http
|
|
97
|
+
return "http://#{WWW_SERVER_BASE_URL}#{WWW_PATH_INSTALL}?api_key=#{@api_key}#{optionalNext}"
|
|
98
98
|
|
|
99
99
|
end
|
|
100
100
|
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.
|
|
2
|
+
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.
|
|
7
|
-
date: 2007-05
|
|
6
|
+
version: 0.6.2
|
|
7
|
+
date: 2007-06-05 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
|