-
Notifications
You must be signed in to change notification settings - Fork 0
Profilesapi
almost edited this page Feb 8, 2012
·
7 revisions
- Get a profile given an email address: http://who.theskiff.org/profile/**email**.json
- Get a profile given a has (see above): http://who.theskiff.org/profile/**hash**.json
For example:
- http://who.theskiff.org/profile/tom@almostobsolete.net.json
- http://who.theskiff.org//profile/f54f1980fe7515d4924dff9287b7b83b.json
There is a link for a profile picture in the JSON profile. But if you just want something to incude in an IMG tag right away you can use this shortcut.
- Get a profile given an email address: http://who.theskiff.org/profile/**email**.jpg
- Get a profile given a has (see above): http://who.theskiff.org/profile/**hash**.jpg
For example:
- http://who.theskiff.org/profile/tom@almostobsolete.net.jpg
- http://who.theskiff.org//profile/f54f1980fe7515d4924dff9287b7b83b.jpg
<img src="http://who.theskiff.org//profile/f54f1980fe7515d4924dff9287b7b83b.jpg">