Android:Facebook与内容分享链接

时间:2016-07-19 04:39:28

标签: android eclipse facebook facebook-sdk-4.0

我正在尝试与android中的内容分享链接。我想在Android eclipse中使用它。

我在Android Studio中尝试过,它运行得很好。

  

compile' com.facebook.android:facebook-android-sdk:4.6.0'

if (ShareDialog.canShow(ShareLinkContent.class)) {
    ShareLinkContent linkContent = new ShareLinkContent.Builder()
        .setContentTitle("How to share content")
        .setImageUrl(Uri.parse("https://www.numetriclabz.com/wp-content/uploads/2015/11/114.png"))
        .setContentDescription("simple LinkedIn integration")
        .setContentUrl(Uri.parse("https://www.numetriclabz.com/android-linkedin-integration-login-tutorial/"))
        .build();
    shareDialog.show(linkContent);  // Show facebook ShareDialog
}

此代码在Android Studio中完美运行。

当我在eclipse中尝试这个时,它无效。我为FacebookSDK库添加了库,但是" ShareLinkContent "没有在eclipse中导入

任何人都可以帮助我

1 个答案:

答案 0 :(得分:1)

ohk得到了你的问题

如果你想为eclipse的非编译库提供.jar文件,你可以使用

https://developers.facebook.com/docs/android/downloads

你可以用 https://origincache.facebook.com/developers/resources/?id=facebook-android-sdk-4.10.1.zip 或以上版本的eclipse