Hi I am trying to retrieve 20 timeline tweets.
I have this so far ->
Any help is appreciated.
Mark
I have this so far ->
http_client api3(U("https://api.twitter.com/1.1/"), m_http_config);
json::value jsonobj3 = api3.request(methods::GET, U("statuses/home_timeline.json")).get().extract_json().get();
ucout << jsonobj3;
But it does not print out any tweets.Any help is appreciated.
Mark