0

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!

Kamelia
  • 41
  • 4

1 Answers1

0
  1. You can add a file to an email as an attachment: Trying to attach a file from SD Card to email

  2. AFAIK Facebook does not allow you to share files. You can post text and images, but not files in general.

  3. 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.

Community
  • 1
  • 1
Peter Knego
  • 79,991
  • 11
  • 123
  • 154
  • Thanks Peter. I wonder then if I could 'copy' the content of my text file into the text field for facebook or twitter so the user would send it. – Kamelia Sep 10 '11 at 13:47