Reputation: 11951
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?
Upvotes: 0
Views: 1009
Reputation: 2591
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).
Upvotes: 3