Hi, I am working on modifying an integration, specifically regarding groups.
Hit some problems. The biggest problem is (as far as I know) GalleryEmbed provides no way of finding a users current groups. How might I access this information from an embedded app. If I try and work around it by just removing a user from all groups it ends up very clunky, and probably not dependable or user friendly. It would really help if I could find out what groups a user is in.
Not that it matters, but I'm working on the integration for drupal.
Posts: 32509
GalleryCoreApi::fetchGroupsForUSer and other group related functions.
Posts: 3
Wunderbar!, thank you kind sir, its just what I wanted.