Replies: 4 comments 14 replies
1 reply
|
Actually, no, now it's working! Thanks! |
1 reply
|
I realised that not every tweet has the Entities property. I'm now using |
4 replies
|
Thanks. I'm getting exceptions when I include |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I'm making the following call but Entities is returning null:-
await twitterClient.GetTweetsFromUserIdAsync(userId, new[] { tweetOption.Entities }, null, null);I get the Id and Text property but everything else is null.
Am I doing something wrong?
All reactions