I'm relying on Android's Facebook SDK 4.0 to allow users to share photos on the Facebook graph. I'd like the photos the users share to be clickable so their friends can click through to the app (it's not a photo app, the photos act as lead generators for other user-generated content).
However, it looks like the SDK makes me choose between attaching user-generated photos as bitmaps that are not clickable, or providing an og:url tag to an image URL which IS clickable.
That means I have to set up a photo storage protocol if I want my users' photos to be clickable - am I right? Is there another solution I'm not seeing?