def handle_noargs(self, **options):
     subscription = FacebookSubscription()
     result = subscription.delete(options['object_type'])
     print result
 def handle_noargs(self, **options):
     subscription = FacebookSubscription()
     result = subscription.delete(options["object_type"])
     print result