Gravatar | |
Type | library |
Dictionary | library.gravatar |
Library | Gravatar |
Associations | com.livecode.library.gravatar |
Introduced | 10 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Description | |
Tags | avatar,gravatar |
Type | Name | Summary | Syntax |
---|---|---|---|
function | getGravatarProfile | Get the user's profile data in gravatar. | getGravatarProfile(<pEmail>) |
- - - | getGravatarProfile.JSON | get the JSON Profile Data. | getGravatarProfile.JSON(<pEmail>) |
- - - | getGravatarProfile.QR | Gets the url to the qr image with the user information. | getGravatarProfile.QR(<pEmail>) |
- - - | getGravatarProfile.XML | get url from XML string with user info. | getGravatarProfile.XML(<pEmail>) |
- - - | getGravatarURL | Get the URL to request a user's avatar in gravatar. | get getGravatarURL(<pEmail>[, <pFileType>, <pSize>, <pRating>, <pDefaultImage>, <pForceDefault>]) |
library | Gravatar | get getGravatarURL(<pEmail>[, <pFileType>, <pSize>, <pRating>, <pDefaultImage>, <pForceDefault>]) |