getGravatarProfile.JSON |
Type | function |
Dictionary | library.gravatar |
Library | Gravatar |
Syntax | getGravatarProfile.JSON(<pEmail>)
|
Associations | com.livecode.library.gravatar |
Summary | get the JSON Profile Data.
|
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 text of field "Profile JSON" to getGravatarProfile.JSON("MyEmailAddress@example.com")
end mouseUp
|
Values | Name | Type | Description |
---|
return | | JSON string.
|
|
Description | Use the getGravatarProfile.JSON function to get the JSON string with user info.
|