问题标签 [bb-messenger]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
93 浏览

xamarin - Xamarin/MonoDroid 是否提供 BBM api?

是否有通过 Xamarin 提供的 BBM API?

我想使用 MonoDroid 在 Android 上自动化 BBM 功能。

0 投票
3 回答
489 浏览

objective-c - 在 iOS 中启动黑莓信使的 URL 方案

如果我需要检查我的 iOS 设备上是否安装了 Facebook,我可以通过以下方式检查:

if([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"fb://"]])

有没有 bbm 的 url 方案?

我试过 bbm://,但没有用。

任何帮助将不胜感激。提前致谢。

0 投票
0 回答
231 浏览

c++ - BBM Messenger 集成问题

我正在使用以下代码在黑莓 10 中的 BB Native 应用程序中进行 BBM 集成。

问题是一旦我进入 BBM 应用程序,就无法返回我的本地应用程序。BBM 中的操作项不起作用。所以 BBM 应用程序中后退按钮的单击功能不起作用。谁能帮我解决它?

0 投票
1 回答
57 浏览

qt - 从 Workspace 应用程序调用 BBM Video/Audio

我可以从工作区调用 BBM 聊天,但不能调用视频/音频聊天。这是可用的,还是受到限制?

这是我的调用代码。

0 投票
1 回答
431 浏览

ios - How to share content from my iOS app onto BBM?

I am trying to allow users of my app to share contents from my apps on their social timelines and within their chat messenger apps. Recently I came up with the fact that BBM is actually one of the most common messenger apps in my target countries. Therefore that integration is majorly important in my case. I found some posts around about the URL scheme of BBM on iOS, however nothing really useful as there is not a sound documentation for it at all. I even wonder whether there is a solution through their API using and SDK or alike.

I am much thankful for any help on this topic!

0 投票
1 回答
197 浏览

blackberry - 第三方应用程序中的 BBM 聊天集成

我想将 BBM Api 集成到我的应用程序中,我可以在不切换到 BBM 应用程序的情况下与朋友聊天。

我知道,我可以向任何联系人发起聊天,但是否可以在我的应用程序中接收消息并继续聊天?

对此有任何意见吗?

0 投票
1 回答
583 浏览

android - 如何更改android应用程序的振动模式?

我有根。我在手机上使用 Blackberry Hub,但通知新邮件时振动太强。那么我该如何改变呢?

0 投票
0 回答
35 浏览

php - 当我通过标签共享时,iOS 上的 BBM 不会将 %20 转换为空格

0 投票
2 回答
82 浏览

blackberry - 我们如何将 botlibre 机器人添加到 bb messenger 应用程序

我正在尝试使用nodejs sdk 创建一个 bbm 聊天机器人。我正在关注这个链接。使用它,我在 botlibre 中创建了一个聊天机器人。我的问题是,我们如何将该机器人添加到我的BB messenger android 应用程序中以发送消息。

0 投票
1 回答
76 浏览

javascript - 黑莓 spark SDK 身份配置

我正在使用 BlackBerry Spark Communications SDK 将聊天系统集成到我的 Web 应用程序中。它需要 OAuth 2.0 进行身份管理。我正在使用 bshaffer/oauth2-server-php 库来生成 OAuth 2.0 令牌。启动 SDK 时,当 BBM 端点https://profile.sandbox.bbmenterprise.com/domains/8874cfde-5524-4df1-9609-360e1a8ba0f2/token?userId=-VvarBIAtPdQo61zAL4Ygzng-KKPmap3VDVoaQ6eQxA&requireMinToken=true时,我收到“Invalid Token Audience”错误

叫做。

SDK参考:https ://developer.blackberry.com/files/bbm-enterprise/documents/guide/html/identityManagement.html

提前致谢