0

My application's objective is to take a photo using camera activity and save this photo in android internal storage and then allow the user to share this photo in Facebook as wall post, my problem is I couldn't find any source that show/explain how to share photo in FB and I am totally new with Facebook API

Any help PLZ!

alex
  • 31
  • 1
  • 2
  • 5
  • You can share using a Intent, is not necessary uses facebook-sdk. See this post: http://stackoverflow.com/questions/6827407/how-to-customize-share-intent-in-android/9229654#9229654 – Derzu Feb 10 '12 at 15:26

2 Answers2

1

Here you can find tutorials ans additional info: facebook developers tutorials

HelloFacebookSample will fit well.

ODAXY
  • 335
  • 4
  • 12
0

Here is an example of photo sharing https://github.com/facebook/facebook-android-sdk/tree/master/examples/simple

Nathan Schwermann
  • 31,285
  • 16
  • 80
  • 91
  • I tried this example but it is posting the image in somewhere, but not at my wall and give to me the link?! I think that may be I missed something or what?! – alex Apr 28 '11 at 23:16
  • It is my fault, it put them in a photo album and waiting for me to approved it, but what about publishing them to the wall directly?! – alex Apr 29 '11 at 02:44
  • @alex sorry I don't have any experience doing that. I just happened to notice that that example pots pictures when I was learning how do do a sign in with facebook button. – Nathan Schwermann Apr 29 '11 at 03:33