Skip to content

Instantly share code, notes, and snippets.

@enebo
Created April 26, 2012 16:07
Show Gist options
  • Save enebo/2500621 to your computer and use it in GitHub Desktop.
Save enebo/2500621 to your computer and use it in GitHub Desktop.
java_import some.package.DialogListener
class MyListener
include DialogListener
def onComplete(values)
#...
end
def onFaceBookError(error)
#...
end
#...
end
facebook.authorize(self, [].to_java(:string), MyListener.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment