Cross Platform Sharing Text to BBM

Simple line of code for Sharing Text to a BBM contact within the browser or application.



A simple line of code for Sharing Text to a BBM Contact. The code opens BBM Contact picker for the user to select the contact or contacts.

bbmi://api/share?message=Hello&userCustomMessage=BBM%20message

On a web page:

    <a href=”bbmi://api/share?message=Hello World&userCustomMessage=BBM%20Message”> Share in BBM</a>

The message parameter is not editable by the user and is required. The userCustomMessage parameter is optional and populates part of the message that the user is able to modify and send.

This code works Cross Platform on BlackBerry, Android and iOS. Windows Phone will be supported in the future!


comments powered by Disqus