diff options
| author | tim <tim@eclectronics.org> | 2017-03-29 15:10:18 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-03-29 15:10:18 +0100 |
| commit | 7a6739e90ff95dae46b1b7c14e8cb183407154e0 (patch) | |
| tree | cc65dc7dae5bfb85064bb56e473d65e6309102b4 /menuApp | |
| parent | ea21e3c9f067f4100ae08edddf53642a5c9a04bb (diff) | |
instagram update
Diffstat (limited to 'menuApp')
| -rw-r--r-- | menuApp/src/ofApp.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp index 1aadaec..39b85fc 100644 --- a/menuApp/src/ofApp.cpp +++ b/menuApp/src/ofApp.cpp @@ -3,6 +3,12 @@ #define timtoken "3281768761.3dfcaf5.14ca9410c2aa4c00b9b60f36cd09d01a" #define hangdaitoken "3939854844.b31608d.a61a4e49a4dc40a688c22f4e0e81da3a" +/* +0. only display up to first hash +1. get tags - filter on tag +2. reload periodically +3. only reload changed images +*/ void ofApp::loadimages(){ images.clear(); @@ -17,6 +23,7 @@ void ofApp::loadimages(){ //if (instagram.getImageURL()!=) getImages.loadFromURL(images[i], instagram.getImageURL()[i]); ofLog(OF_LOG_NOTICE) << instagram.getImageURL()[i]; + ofLog(OF_LOG_NOTICE) << instagram.getImageCaption()[i]; //images[i].load("images/"+ofToString(i)+".jpg"); // |
