wtfaremyinitials / osa-imessage

Send and receive iMessages with nodejs
MIT License
324 stars 54 forks source link

Can you please provide an example of callback function #5

Closed prakashn27 closed 7 years ago

wtfaremyinitials commented 8 years ago

function(){}

prakashn27 commented 8 years ago

@wtfaremyinitials thanks for the quick reply. i was successful in executing the text. but it is not delivered to the recipient.

wtfaremyinitials commented 8 years ago

Does the iMessage window pop up?

prakashn27 commented 8 years ago

nope. infact i opened the imessage window second time. still the hello world message is not sent.

wtfaremyinitials commented 8 years ago

can you post your osx version and the code you're running?

prakashn27 commented 8 years ago

os x: 10.11.2

var messages = require('osa-imessage');

messages.send('Hello World!', 'prakash.natarajan@icloud.com', function() {});
prakashn27 commented 8 years ago

Imessage is opening now. But i am not receiving the msg.

wtfaremyinitials commented 8 years ago

So the message is going through properly now?

wtfaremyinitials commented 8 years ago

Still need help?

wtfaremyinitials commented 7 years ago

Closing due to inactivity