facebook-graph 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ class FacebookGraph::Authentication
14
14
  config = FacebookGraph.configuration
15
15
  uri = "#{config[:base_uri] + config[:authorize_uri]}?client_id=#{@client_id}"
16
16
  uri += "&redirect_uri=#{CGI.escape(@redirect_uri)}" if @redirect_uri
17
- uri += "&hash_to_querystring(options)" unless options.nil? || options.empty?
17
+ uri += "&#{hash_to_querystring(options)}" unless options.nil? || options.empty?
18
18
  uri
19
19
  end
20
20
 
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebook-graph
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Pedro A. Vicentini Fracarolli
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-08-18 00:00:00 -03:00
18
+ date: 2010-09-05 00:00:00 -03:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency