Freebase / Flickr API

Hey, view this with console to see test results.

How do I use it?

<acre:script>

/** @see acre.keystore.get */
var api_key = 'your flickr api key';
var flickr = acre.require('"/user/doconnor/flickrapi/flickr"').factory(api_key);

var image = flickr.photos.getInfo(4041527420);

console.log(image);

</acre:script>

<img src="${image.img}" alt="${image.title}" />

What's implemented?

Patches welcome!

What's not

activity

auth

blogs

collections

commons

contacts

favorites

groups

groups.members

groups.pools

interestingness

machinetags

panda

people

photos

photos.comments

photos.geo

photos.licenses

photos.notes

photos.transform

photos.upload

photosets

photosets.comments

places

prefs

reflection

tags

test

urls

Freebase CC-BY
Source: Freebase, licensed under CC-BY
View the source of this app