I'd like to retrieve the bio photo for a user given their nickname. Is there an API or a standard URL to do this? Thanks.
Tell me more
×
SmugMug Stack Exchange is a question and answer site for
SmugMug developers and end users. It's 100% free, no registration required.
|
There isn't a dedicated API or standard URL for this currently. But there is an undocumented hack using Extras parameter on any response that returns a User object (including Friend or Family). Adding &Extras=BioImage,SmallURL to your request will return the info you are looking for...
|
|||
|
|