小编Riy*_*yaz的帖子

android中的Facebook对话框不会出现

我正在开发Android应用程序,我正在使用Facebook SDK for android.

我想使用Facebook共享对话框:

ShareLinkContent content = new ShareLinkContent.Builder()
                .setContentUrl(Uri.parse("https://developers.facebook.com"))
                .build();
Run Code Online (Sandbox Code Playgroud)

当我运行应用程序时没有任何反应,没有对话框出现 - 没有错误.

有人可以帮忙吗?

android facebook android-layout android-activity

4
推荐指数
1
解决办法
2317
查看次数