使用app_scope_id从intent启动fb-messenger

时间:2015-05-26 20:29:48

标签: android facebook facebook-messenger

我正在尝试在我的应用中与用户进行特定聊天时发送开放式fb-messenger。我有用户的app_scope_id,与我的应用相关。然而,从我到目前为止所知,我需要全球性的facebook id,以便信使在与该人的对话中启动。有没有办法用app_scope_id来实现这个目标?

代码:

Uri uri = Uri.parse("fb-messenger://user/");
uri = ContentUris.withAppendedId(uri,[APP SCOPE ID]);
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);

0 个答案:

没有答案