Facebook的:您的联系不能被共享 [英] facebook: Your link could not be shared

查看:214
本文介绍了Facebook的:您的联系不能被共享的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我添加使用Android的份额意图分享分数从我的应用程序的能力:

I'm adding the ability to share scores from my app using android's share intent:

Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND);
shareIntent.setType("text/plain");
shareIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "My Score");
shareIntent.putExtra(android.content.Intent.EXTRA_TEXT, "I scored "+score+" on "+difficultyString+" difficulty.");

context.startActivity(Intent.createChooser(shareIntent, "Share your score"));

当我从选择器中选择Facebook的,它关系到m.facebook.com并说:您的链接无法共享。这是怎么回事错在这里?

When I choose Facebook from the chooser, it goes to m.facebook.com and says "Your link could not be shared". What's going wrong here?

推荐答案

这是在所有的Andr​​oid应用程序,当试图分享至Facebook发现了一个共同的问题。从共享使用他们的应用程序的Facebook阻止其他应用程序。我不知道为什么,但是很多企业都在尝试绕过这一点。目前,它是拔去-能。对不起。

This is a common problem found in all android apps when trying to share to facebook. Facebook blocks other applications from sharing using their app. I'm not sure why, but many companies are trying to bypass this. Currently, it is "unfix-able". Sorry.

这篇关于Facebook的:您的联系不能被共享的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆