32. Get only the where on earth ID
select woeid from geo.places
where text='london,uk'
33. Then mix:
select id from
flickr.photos.search where woe_id
in (select woeid from geo.places
where text='london,uk') and
license=4
34. Then mix:
select id from
flickr.photos.search where woe_id
in (select woeid from geo.places
where text='london,uk') and
license=4
35. And get all the info...
select * from flickr.photos.info
where photo_id in (select id from
flickr.photos.search where woe_id
in (select woeid from geo.places
where text='london,uk') and
license=4)
40. Then display them using frameworks...
http://isithackday.com/hacks/cantine/
index.php?loc=covent+garden
http://isithackday.com/hacks/cantine/
41. Or with a few lines of code...
http://isithackday.com/hacks/cantine/
index.php?loc=covent+garden
http://isithackday.com/hacks/ajaxexperience/flickrgeophotos.html
42. Learn YQL by doing
http://developer.yahoo.com/yql/console/
68. Bring on your data...
http://developer.yahoo.com/yql/guide/yql-opentables-chapter.html
69. INSERT INTO bitly.shorten (login, apiKey, longUrl) VALUES ('USERNAME', 'API_KEY',
'http://yahoo.com')
Read or write...
http://developer.yahoo.com/yql/guide/yql-iud-statements.html
70. And free your JavaScript!
★ Full REST support
★ oAuth
★ E4X
★ xpath
★ json+xml
★ crypto
★ include() and
use()
http://developer.yahoo.com/yql/guide/yql-execute-chapter.html