Here's a little talk on Mirah and Android I did at Strange Loop this
year. Hopefully someone will find it useful.
http://www.infoq.com/presentations/Mirah-for-Android-Development
-Brendan
Thanks
I'm calling an API method with this signature: void dialog(Context
context, String action, DialogListener listener)
Just tagging the block on doesn't seem to work:
facebook.dialog(self, 'stream.publish', params) do
...
end