未启用Android的Facebook分享按钮,保持褪色

时间:2017-04-14 10:41:58

标签: android facebook facebook-android-sdk facebook-share

我正在尝试在Android中添加Facebook共享。 我在xml中添加了像这样的按钮

switchbutton.tag = indexPath.row
@IBAction func attivaLuci(sender: UISwitch) 
{
  let rowindex = sender.tag      
}

在java中,我试图像这样实现它

<com.facebook.share.widget.ShareButton
            android:id="@+id/ivShare"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center_horizontal"
            android:layout_marginTop="5dp" />

但我唯一得到的就是这个褪色,不可点击的分享按钮。我还在developers.facebook.com上创建了一个应用程序,添加了一个发布密钥哈希并让应用程序在那里生效。 enter image description here

0 个答案:

没有答案