getGravatarProfile |
Type | function |
Dictionary | library.gravatar |
Library | Gravatar |
Syntax | getGravatarProfile(<pEmail>)
|
Associations | com.livecode.library.gravatar |
Summary | Get the user's profile data in gravatar.
|
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 arrayData of widget "Tree View" to getGravatarProfile("MyEmailAddress@example.com")
end mouseUp
|
Values | Name | Type | Description |
---|
return | | An array with the user's profile information.
|
|
Description | Use the getGravatarProfile function to get an array of user profile information.
|