45 46 47 48 49
# File 'lib/fbcli/api.rb', line 45 def self.logout api_call lambda { |api| api.delete_object("me/permissions") } end