Method: Facebooker::GetLoggedInUser.process

Defined in:
lib/facebooker/parser.rb

.process(data) ⇒ Object



240
241
242
# File 'lib/facebooker/parser.rb', line 240

def self.process(data)
  Integer(element('users_getLoggedInUser_response', data).content.strip)
end