getGravatarProfile.JSON

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

get the JSON Profile Data.

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 JSON" to getGravatarProfile.JSON("MyEmailAddress@example.com")
end mouseUp
Values
NameTypeDescription
return

JSON string.

Description

Use the getGravatarProfile.JSON function to get the JSON string with user info.