2023-03-16 17:22:22 +00:00
|
|
|
title: Flickr Demo
|
2023-01-28 23:55:02 +00:00
|
|
|
caption: Flickr
|
2023-04-18 17:55:32 +00:00
|
|
|
tags: $:/tags/GeospatialDemo
|
2023-01-18 08:38:06 +00:00
|
|
|
|
2023-01-28 23:55:02 +00:00
|
|
|
! Retrieve Geotagged Flickr Photos
|
2023-01-13 11:35:34 +00:00
|
|
|
|
2023-02-10 16:34:19 +00:00
|
|
|
Parameter for Flickr retrievals: <$edit-text tiddler="$:/config/flickr-param" tag="input"/>
|
|
|
|
|
2023-01-18 08:38:06 +00:00
|
|
|
<$button>
|
2023-04-18 17:55:32 +00:00
|
|
|
<$macrocall $name="flickr-get-album-items" albumID={{$:/config/flickr-param}}/>
|
2023-01-18 08:38:06 +00:00
|
|
|
Get Flickr album
|
2023-02-10 16:34:19 +00:00
|
|
|
</$button> (parameter shuld be an album ID, e.g. 72157630297432522)
|
2023-01-18 08:38:06 +00:00
|
|
|
|
|
|
|
<$button>
|
|
|
|
<$macrocall $name="flickr-get-interesting-items"/>
|
|
|
|
Get Flickr interesting items
|
2023-02-10 16:34:19 +00:00
|
|
|
</$button> (no parameter needed)
|
|
|
|
|
|
|
|
<$button>
|
2023-04-18 17:55:32 +00:00
|
|
|
<$macrocall $name="flickr-get-photos-of-user-items" userID={{$:/config/flickr-param}}/>
|
2023-02-10 16:34:19 +00:00
|
|
|
Get Flickr photos of user
|
|
|
|
</$button> (parameter shuld be a user ID, e.g. 35468148136@N01)
|
|
|
|
|
|
|
|
<$button>
|
2023-04-18 17:55:32 +00:00
|
|
|
<$macrocall $name="flickr-get-group-items" groupID={{$:/config/flickr-param}}/>
|
2023-02-10 16:34:19 +00:00
|
|
|
Get Flickr group
|
|
|
|
</$button> (parameter shuld be an album ID, e.g. 22075379@N00)
|