Hi there,
I am trying to integrate easysocial avatars with a third party app. I currently use Amazon s3 storage via easysocial to serve all avatars.
However I need to check if the avatar exists in the s3 bucket before returning the URL otherwise I need to return a default blank avatar or ideally the "letter" avatar (nice colored avatar with initials used by easysocial).
To do this I need to interface with the Amazon s3 API. I was about to download the latest Amazon API but I was thinking that easysocial must have this API baked in and maybe you access it via a class or object within easysocial?
Can I use the same method to simply check if an avatar exists before deciding what to serve?
Any help or direction would be appreciated.
Kind Regards
Matthew