Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Filenames are metadata about a file; a string used to uniquely identify a file stored on the file system of a computer.

learn more… | top users | synonyms (2)

0
votes
1answer
185 views

What should I use as the “magic” or “secret” in my image URLs?

Facebook photographs are viewable by anyone in the world aware of the full asset URL. Each URL contains a profile ID, photo asset ID, requested size, and a magic hash to protect against brute-force ...
1
vote
2answers
878 views

Image file structure and encoding filename. like Facebook image Urls

I'm wondering whats the best folder structure for a web application to save users images if they have different usernames and different albums. I'm using Amazon S3, folders and buckets I don't want ...