getGravatarProfile.XML

Typefunction
Dictionarylibrary.gravatar
LibraryGravatar
Syntax
getGravatarProfile.XML(<pEmail>)
Associationscom.livecode.library.gravatar
Summary

get url from XML string with user info.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
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
NameTypeDescription
return

XML string.

Description

Use the getGravatarProfile.XML function to get url from XML string with user info.