We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86afad commit 40334bdCopy full SHA for 40334bd
lib/facebooker/adapters/adapter_base.rb
@@ -26,6 +26,7 @@ def is_for?(application_context)
26
27
def initialize(config)
28
@config = config
29
+ @facebook_path_prefix = nil
30
end
31
32
def self.facebooker_config
lib/facebooker/models/user.rb
@@ -26,6 +26,7 @@ class Status
# id, session, (optional) attribute_hash
# attribute_hash
def initialize(*args)
+ @friends = nil
if (args.first.kind_of?(String) || args.first.kind_of?(Integer)) && args.size==1
self.uid = args.shift
@session = Session.current
0 commit comments