Hello Guys,
I tried to get media from a tweet that contains 4 images using
I tried to get media from a tweet that contains 4 images using
tweet.Entities.Medias[0].MediaURL;
tweet.Entities.Medias[1].MediaURL;
tweet.Entities.Medias[2].MediaURL;
tweet.Entities.Medias.[3].MediaURL;
anybody did that before ?