I’m wondering how to use it and cannot find an example that would properly demonstrate. the example in the git I cannot get to work. what do I need to put here?
“/1/statuses/filter.json?track=#photography” or “/1/statuses/filter.json?track=photography” if I’d be trying to fetch all tweets #photography?
also: is there a way to check if the twitter connection is working at all?
Thanks! I tried your example some days ago, and also now, but I get an error (No matching constructor for initialization of ‘ofx::HTTP::GetRequest’) on the url:
// Choose a twitter end point.
std::string url = "https://api.twitter.com/1.1/search/tweets.json";
...
// Create a get request.
ofx::HTTP::GetRequest request(url, nvc);