How to get User's Profile Picture URL
Hitesh Soni
Registered Users Posts: 6 Beginner grinner
HI,
I want to get the user's profile picture url. Is there any api method by which I can get the profile picture url ? or can I form that url by any means ?
I tried using smugmug.users.getInfo but it return only name, nick name and page url.
Can anyone help me to get this.
Thanks in advance
I want to get the user's profile picture url. Is there any api method by which I can get the profile picture url ? or can I form that url by any means ?
I tried using smugmug.users.getInfo but it return only name, nick name and page url.
Can anyone help me to get this.
Thanks in advance
0
Comments
http://api.smugmug.com/api/v2/user/n-sherlock!bioimage
The server will reply with JSON output instead of this HTML page if you send an "Accept: application/json" header along with your request, or you can use a URL parameter instead:
http://api.smugmug.com/api/v2/user/n-sherlock!bioimage?_accept=application/json
Please check out my gallery of customisations for the New SmugMug, more to come!
Also I have one more query related to existing API for the creation of an album which I have posted it in the below thread. I don't know whether this is an error from my side or because I am trying to create album in my New SmugMug account
http://dgrin.com/showthread.php?t=246290
Please check out my gallery of customisations for the New SmugMug, more to come!