getGravatarProfile.QR

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

Gets the url to the qr image with the user information.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
pEmail

The user's email address.

Example
on mouseUp
   set the filename of image "ProfileQR" to getGravatarProfile.QR("MyEmailAddress@example.com")
end mouseUp
Values
NameTypeDescription
return

the url to the qr.

Description

Use the getGravatarProfile.QR function to get the url to the qr image with the user information.