When we upload any photo to Facebook it is renamed by Facebook. The new name generally has the following pattern: 393268_10151029983750034_598680033_21778114_899520598_n.jpg
This name can be split with underscore in 6 parts.
- I know that the second number in the name is the fbid of the photo and you can access the photo directly in Facebook with: https://www.facebook.com/photo.php?fbid=10151029983750034 provided you have the necessary permissions.
- The third number is the Facebook profile id of the uploader of the photo. You can go to the profile of the uploader by: https://www.facebook.com/profile.php?id=598680033
I have the following questions regarding this naming convention:
- Does anyone know what other information is present in the name of the photo? Is the information about the shards/node/bucket to which the photo belongs present in the photo name?
- What are the advantages/disadvantages of such a naming convention?