Android - 分享facebook只有白屏

时间:2015-11-09 04:27:30

标签: facebook button hyperlink sdk share

我创建分享facebook按钮,我在教程开发者facebook中一步一步地按照,但是当我尝试共享链接时,仅登录白屏后。我正在使用sdk 4.7

enter image description here

这是我的代码:

ShareButton tosharefb = (ShareButton) findViewById(R.id.sharefb);
ShareLinkContent content = new ShareLinkContent.Builder()
        .setContentUrl(Uri.parse("https://www.youtube.com/watch?v=aT6kf9rN23Y"))
        .build();
tosharefb.setShareContent(content);

0 个答案:

没有答案