Hi again,
I am not sure how I can help you more than what I told you. Maybe some code will help?
Linvi
I am not sure how I can help you more than what I told you. Maybe some code will help?
var tweet = Tweet.PublishTweet("I think https://tweetinvi.codeplex.com is awesome"); var URLsContainedInTweet = tweet.Entities.Urls; var tweetinviCodeplexComURL = URLsContainedInTweet[0]; var startingPositionOfURLInTweet = tweetinviCodeplexComURL.Indices[0]; var endingPositionOfURLInTweet = tweetinviCodeplexComURL.Indices[1];