I want to create an iOS app where users will be able to upload pictures of their pets and have it post an OG action. I want to have aggregated stories that the server will post to Facebook at certain intervals that will show for example "Leon and 3 friends uploaded a picture of their dog" but I also want the story to aggregate things like if the dog is a Rottweiler or Golden retriever etc. My question is not if this is possible, but if I can define a Pet object and have a custom field like breed, where the story can aggregate things like that or if the pet is a certain age or type without actually defining each breed and type of pet beforehand, i.e. dynamically. I read the documentation and this seems possible, but I just wanted some peace of mind that this is 100% possible before I proceed.
TL;DR Can I aggregate a multiple user story around field I dynamically generate instead of declaring each individual object to facebook.