Do you know if there is an API to connect to the mobile messenger? I have a mobile application that needs to receive a callback when the contacts on the mobile messenger are online.

I know that I can query the live messenger JSON interface but that will require me pulling this information (and draining the battery) but if mobile messenger is running it is already keeping a connection alive to the messenger service.

I can see pleny of documentation on the messenger API for desktop but this is for mobile.

Thanks

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

AFAIK there is no API for the mobile messager.

link|improve this answer
feedback

If you are still working on integrating your app with a mobile messenger, you may also check out Kik API. It is available for Android and iPhone platforms & lets your users to transfer arbitrary content and files between Kik Messenger and other mobile applications. It takes only 5 lines of code to hook it up with your app. You can get a bit more information here: http://www.kik.com/dev

P.S. Once Mango is out, it will be also available for Windows Phone 7.

Disclaimer: I am one of the developers behind Kik API :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.