使用FB Messenger Android向用户发送消息

时间:2016-05-21 09:13:15

标签: android facebook android-studio

我想通过fb messenger发送一个messega给指定的用户。 我使用android studio,我试过这段代码:

我成功使用此代码。我如何以编程方式获取fb id(数字)?

Uri uri = Uri.parse("fb-messenger://user/");
        uri = ContentUris.withAppendedId(uri,"id here");
        Intent intent = new Intent(Intent.ACTION_VIEW, uri);
        startActivity(intent);

此代码打开程序,但我需要在此站点中获取fb id: http://findmyfbid.com/。使用意图并与不同的人聊天。

0 个答案:

没有答案
相关问题