Closed jrahma closed 3 years ago
What i am trying is to put the output of all the tweets of an account e.g. ("Microsoft") inside a ListView like this:
List<MicrosoftTweets> data = JsonSerializer.Deserialize<List<MicrosoftTweets>>(result);
ListViewTweets.ItemsSource = data;
This is documented here: https://linvi.github.io/tweetinvi/dist/twitter-client/json.html
Hope this helps.
Hi,
i am new to tweetinvi..
How can I JsonSerializer the content of GetUserTimelineAsync?
Also do you have a sample class of the fields?
Thanks, Jassim