When I upload a photo to a Facebook album I get an ID, (e.g. 239927946070815). How do I get the link to this photo on Facebook, e.g. http://www.facebook.com/#!/photo.php?fbid=239927946070815&set=a.239886702741606.63927.100001608349025&type=1&theater"
I'm currently creating the link through string ops and I've seen solutions which use Regex, but it remains a "brittle" approach. Is there an official spec relating to this?