getGravatarProfile.XML |
Type | function |
Dictionary | library.gravatar |
Library | Gravatar |
Syntax | getGravatarProfile.XML(<pEmail>)
|
Associations | com.livecode.library.gravatar |
Summary | get url from XML string with user info.
|
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Parameters | Name | Type | Description |
---|
pEmail | | The user's email address.
|
|
Example | on mouseUp
set the text of field "Profile XML" to getGravatarProfile.XML("MyEmailAddress@example.com")
end mouseUp
|
Values | Name | Type | Description |
---|
return | | XML string.
|
|
Description | Use the getGravatarProfile.XML function to get url from XML string with user info.
|