@katho wrote:
Hi there!
I’m currently building an app which streams tweets based on specific hashtags, majorly on the ofxTwitter add-on. As the Status::text() function doesn’t show the whole extent of long tweets (at least not in my case), I was trying to use the fullText() function instead. However, I can’t seem to be able to retrieve any tweet with it:void ofApp::onStatus(const ofxTwitter::Status& status) { count++; ofLogNotice("ofApp::onStatus") << "Text: " << status.fullText(); ofLogNotice("ofApp::onStatus") << "\tCoordinates: " << (status.coordinates() ? ofToString(status.coordinates()) : "NONE"); ofLogNotice("ofApp::onStatus") << "\tPlace: " << (status.place() ? ofToString(status.place()->fullName()) : "NONE"); }
Image may be NSFW.
Clik here to view.I’m probably missing something, so any help would be highly appreciated!
(Sorry if it’s not the best description as I’m still an openFrameworks beginner.)Cheers!
Posts: 1
Participants: 1