Questions tagged [bb-messenger]

BlackBerry Messenger (BBM) is a proprietary Internet-based instant messenger and videotelephony application included on BlackBerry devices that allows messaging (and videocalls for BlackBerry 10 smartphones) between BlackBerry users.

BlackBerry Messenger (BBM) is a proprietary Internet-based instant messenger and videotelephony application included on BlackBerry devices that allows messaging (and videocalls for smartphones) between BlackBerry users. It was developed by the manufacturer of the BlackBerry, BlackBerry (formerly Research In Motion (RIM)). Messages sent via BlackBerry Messenger are sent over the Internet and use the BlackBerry PIN system, so communication is only possible between BlackBerry devices.

Source: Wikipedia

49 questions
5
votes
1 answer

BlackBerry Messenger API for non-RIM Device?

I was wondering if RIM published an API that allows third party apps on non-RIM devices, like the iPhone, to send and receive blackberry messages???
zpesk
  • 4,343
  • 7
  • 39
  • 61
2
votes
1 answer

File sharing using Intent.ACTION_SEND gives access denied on BBM

I am trying to share an audio file saved by my application. The file is added to the media store so all apps can access it. Intent mediaScannerIntent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE); Uri fileContentUri =…
Beshoy Fayez
  • 300
  • 5
  • 10
2
votes
1 answer

Get BBM Chat Logs

A Simple question for every one , is there any possible way to get Blackberry BBM Logs in application , via Programming. Following task I have done :- Download & integrate BBM SDK in Project. Follow the BBM Development Guide. Here are My Code :-…
AK Joshi
  • 877
  • 6
  • 20
2
votes
1 answer

BBM integrated with App

I am developing an app where I need to use BlackBerry Messenger (BBM) in it. As I am new to Blackberry development I don't know how to do it. Actually I have gone through many sites & I came to know that I need to install BBM SDK ... after that I…
AmrAngry
  • 879
  • 1
  • 7
  • 4
1
vote
1 answer

Unable to communicate between two MDS simulator

I want to chat between two MDS simulator. First i run the run.bat file and then after installing BlackBerry Smartphone Simulators 6.0.0, i start sim1.bat and sim2.bat. Then when i am sending the invitation from simulator 1 to simulator 2 by pin…
Arindam Mukherjee
  • 2,255
  • 11
  • 48
  • 83
1
vote
1 answer

How to send file/image in BlackBerry messenger using BBM PIN/Send to BBM Contact through BlackBerry Application

I want to share my app in BlackBerry Messenger from my Application. I want to share my App icon and description of my Application. Is it possible to implement this without any BBM Sdk or any other way? How to open BBM Contact List from the…
Hitarth
  • 1,950
  • 3
  • 27
  • 52
1
vote
1 answer

How to detect the version of Blackberry Messenger installed on a device from a Webworks App

I'm working on a BlackBerry WebWorks app that connects to the Blackberry Messenger Platform. However, a user's device must have at least BBM v6 before a webworks app can connect to the BBM platform on such device. Now, the challenge is, I need to…
1
vote
0 answers

How can you integrated the BlackBerry BBM SDK into an already existing Java project?

I'm trying to integrate the BBM library into an already existing app that I wrote. Basically I just want users to be able to send an invite link to other people via BBM. So all I need it to do is call up BBM with a pre-populated message. Basically,…
Buffel
  • 45
  • 7
1
vote
0 answers

Get Blackberry Messenger Messaging status

I want to make a BlackBerry application that has an ability like BlackBerry Messenger does. The ability that I mean is like a Listener to get know when the message is queued, send, delivered, pending, and also read by other device. Is there any…
sashimi87
  • 31
  • 1
1
vote
1 answer

Blackberry spark SDK Identity configuration

I am using BlackBerry Spark Communications SDK to integrate chat system in my web app. It requires OAuth 2.0 for Identity Management. I am using bshaffer/oauth2-server-php library for generating OAuth 2.0 tokens. When initiating the SDK I am getting…
Nafis
  • 11
  • 3
1
vote
2 answers

How we can add the botlibre bot to bb messenger app

I'm trying to create a bbm chat bot using nodejs sdk. I'm following this link. Using this I created a chatbot in botlibre. Here my problem is, how we can add that bot to my BB messenger android app to send messages.
Saiju
  • 350
  • 2
  • 8
1
vote
0 answers
1
vote
1 answer

Blackberry 10 cascades InvokeActionItem title changing onlanguage switching

Please find the below Qml code, actions: [ ActionItem { title: qsTr("Custom Market Watch") + Retranslate.onLanguageChanged ActionBar.placement: ActionBarPlacement.InOverflow …
Sharath
  • 315
  • 1
  • 3
  • 13
1
vote
2 answers

add a contact to BBM from my BB 10 cascades app

I am new to BB 10 cascades and Black berry Platform provided features. I would like to add a contact say 3BDAEE2D to BBM Contacts from my BB 10 Cascades Application. How to do it Programatically? please suggest me a way so that I can Quickly solve…
Sharath
  • 315
  • 1
  • 3
  • 13
1
vote
1 answer

Blackberry SDK - How to intercept PIN Messages to launch my Blackberry Application?

I am just researching whether its possible. I learned that using Blackberry SDK, from a blacbkerry app, we can send PIN messages to the user's contacts. If the mail have a custom URL, we can use it to launch a Blackberry Application. So my…
1
2 3 4