简体   繁体   English

在好友时间轴中看不到的Facebook分享-Android

[英]Share on facebook not visible in friends timelines - Android

I have done a facebook sharing in android app follwing way. 我已经完成了以Android应用程序以下方式进行的Facebook分享。

 if (ShareDialog.canShow(ShareLinkContent.class)) {
                ShareLinkContent linkContent = new ShareLinkContent.Builder()
                        .setContentTitle("AKURU APP")

                        .setContentDescription(
                                "Very useful app for KIDS to learn Sinhala")
                        .setContentUrl(Uri.parse("https://facebookobjectlinktomyapp"))
                        .setImageUrl(Uri.parse("http://xequalz.com/images/feature_graphic.png"))
                        .build();




                shareDialog.show(linkContent);
            }

And I asked my fried to share on Facebook through my app using his Facebook username and password. 然后,我要求我的炸薯条使用他的Facebook用户名和密码通过我的应用程序在Facebook上分享。 The share content is vissible on his time line but not in my time line. 共享内容在他的时间轴上可见,但在我的时间轴上不可见。

Facebook App is currently in live mode and I'm just wandering whats the issue for this. Facebook App目前处于实时模式,我只是在徘徊这是什么问题。

If he shared it in his timeline, it will of course be visible in his timeline and not yours. 如果他在自己的时间轴中共享它,那么它当然会在他的时间轴中可见,而不是在你的时间轴中可见。

However, with pretty much every social action any of your friends do there is a chance you will see it on your news feed. 但是,几乎所有社交活动都可以让您的任何一个朋友都可以在新闻源中看到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM