Android 共享文本文件 facebook、twitter、电子邮件
我需要至少使用 facebook、twitter、电子邮件共享一个文本文件(在我的应用程序中创建并存储在 SD 卡上)。 我的问题是最简单的方法是什么?我需要知道该把注意力集中在哪里。我已经安装了facebook sdk,但仍然不知道如何使用它发送txt文件。 我将不胜感激任何一般性指导。 谢谢你!
I need to share a text file (created in my app and stored on the sd card) by using facebook, twitter, email at least.
My question is what would be the easiest way to do this? I need to know where to focus. I have installed the facebook sdk, but still cannot get how to use it to send a txt file.
I will be grateful for any general guidance.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将文件作为附件添加到电子邮件中:尝试将 SD 卡中的文件附加到电子邮件
据我所知 Facebook 不允许您共享文件。您可以发布文本和图像,但不能发布一般文件。
Twitter 与上面 2. 相同。您可以发布推文 - 文本长度最多为 140 个字符。您还可以通过 TwitPic 发布图片。但一般情况下你不能共享文件。
您可以将文件上传到某个文件共享网站(您需要为此提供帐户),然后通过 Facebook 或 Twitter 共享 URL。
You can add a file to an email as an attachment: Trying to attach a file from SD Card to email
AFAIK Facebook does not allow you to share files. You can post text and images, but not files in general.
Twitter same as 2. above. You can post tweets - text up to 140 chars long. You can also post pictures via TwitPic. But you cant share files in general.
You could upload a file to some file sharing site (you'd need account for that) and then share url via Facebook or Twitter.