getGravatarProfile

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

Get the user's profile data in gravatar.

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

The user's email address.

Example
on mouseUp
   set the arrayData of widget "Tree View" to getGravatarProfile("MyEmailAddress@example.com")
end mouseUp
Values
NameTypeDescription
return

An array with the user's profile information.

Description

Use the getGravatarProfile function to get an array of user profile information.