Twilio API / Returning API callbacks from Server to Client

Does anyone have experience using Meteor and Twilio API?

I’m trying to do Twilio.listSms( options, callback )

The function works fine. But even if I wrap it in wrapAsync(), I can’t get the data from callback returned to client side from server side.

Did anyone have similar problems?

I use Twilio’s node module, although not the listSms method specifically
seems to work fine when I use the sendMessage API

how about posting part of your code?