Hi guys I want a example or a link through that guidance want to know how to upload photos from device into facebook? Can anyone please provide me a solutions?
Asked
Active
Viewed 1,003 times
0
-
Possible duplicate of [How to share photo with CAPTION via Android share intent on Facebook?](http://stackoverflow.com/questions/5214764/how-to-share-photo-with-caption-via-android-share-intent-on-facebook) – TapanHP Jul 03 '16 at 01:56
-
@Tapanparmar, its a 5 year old question.. anyway I know.. but didnt get more info so posted.. – Rahul Baradia Jul 05 '16 at 05:25
-
Ok yeah didn't saw that @Rahul – TapanHP Jul 05 '16 at 09:21
1 Answers
3
Facebook does not use the conventional sharing-through-intent paradigm. The text you supply to share as caption is actually being used as the thumbnail link to share an online image or video.
This leaves no room for the caption. So don't waste you time looking for it.
You have to use Facebook API to share both image and the caption. Go to facebook developer page where you can find packages you'll need to include in your app (look for facebook.jar or similar).

Nar Gar
- 2,591
- 2
- 25
- 28
-
Nar -- Thanks for helping.. I have gone through this link https://github.com/facebook/facebook-android-sdk/tree/master/examples/Hackbook this example.. So i can upload photos in facebook through my app.. :) – Rahul Baradia Apr 12 '12 at 03:46
-
@TechEnd the link you provided is broken, can you update the link or add some tips to help finding the code you used, please? – j.c Jul 30 '14 at 11:46