I'm building a custom module where users are able to upload images in their Groups. I've already implemented the AS API to upload the file to the group - but they unfortunately go into the default photo album for the group (or profile).
I would like to be able to create the gallery - and choose it to add the images too. Then - when I want to view that gallery - I can simply rely on AS and use all it's functionality for implementing views & comments and all since it's already there.
Example:
Let's say Groups are Cities. And users are adding locations (A bar or pub) to these Cities. So they can add photos from that bar/pub. I want to be able to show the images for each individual Bar/Pub - and since it's not in the API nor in it's own gallery - I have to rely on my own code making the right calls.
I've created a view that inner joins the Bar/Pub's ImageId's that I store w/ the ActiveSocial_Files table - but that's not implementing the counts, permissions, UI of AS. I'm re-creating the wheel that's already part of AS.
Any tips? Or Vote's for implementation in the API? :)