facebook_client 0.0.4.2 → 0.0.5.0

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/legacy_session.rb +5 -0
  2. metadata +3 -3
@@ -21,6 +21,11 @@ module FacebookClient
21
21
  def uid
22
22
  @params['user']
23
23
  end
24
+
25
+ def graph
26
+ @graph ||= Graph.new(@fb, @params["session_key"], 0)
27
+ @graph
28
+ end
24
29
 
25
30
  def verfiy_params_and_return(params)
26
31
  if params['fb_sig'].nil? or !params['fb_sig'].is_a?(String)
metadata CHANGED
@@ -6,9 +6,9 @@ version: !ruby/object:Gem::Version
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- - 2
11
- version: 0.0.4.2
9
+ - 5
10
+ - 0
11
+ version: 0.0.5.0
12
12
  platform: ruby
13
13
  authors:
14
14
  - David Crockett