I am looking to convert a media object ID given by Facebook's Graph API to a useable URL. This was a solved problem, but Facebook seems to have changed the algorithm they use to convert IDs to short links.
Under the old algorithm an ID of 17932660891440268
would convert to a URL of /p/_taj6T9SM/
. Now though, the same ID becomes /p/CIHBkEnpKPl/
. Does anyone know the algorithm to make that conversation?