Skip to content

Latest commit

 

History

History
 
 

Flickr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

What this sample is

This sample demonstrates connecting and retrieving assets from third-party APIs (Flickr API in this case).

What Adobe host apps this sample supports

  • Photoshop

How to get started

Move the Flickr folder to the extension folder

Note that the extension folder location is different depending on which OS you use. See CEP Cookbook for more details.

Get your Flickr API keys

Go to Flickr's website and retrieve your unique API key.

Populate the API key in main.js

var FLICKR_API_KEY = 'YOUR_API_KEY';