how to start android facebook app chat from another app

前端 未结 2 1897
-上瘾入骨i
-上瘾入骨i 2021-01-03 05:30

I\'ve seen other topics like this: launch facebook app from other app and tried some of the URIs listed there, but I can\'t figure out how to start the facebook chat with a

2条回答
  •  迷失自我
    2021-01-03 06:01

    startActivity(new Intent(Intent.ACTION_VIEW,
                  Uri.parse("fb://messaging/" + userId)));
    

提交回复
热议问题