How to get country place details from Twitter using Tweetsharp?
问题 Can anyone help me to get country details from Twitter using the Tweetsharp API? I have written a snippet from a program to get the details of the user, but I am unable to get the country details of the user. string tweetText = string.Empty; int count; StringBuilder sbWebsite = new StringBuilder(); StringBuilder sbCountry = new StringBuilder(); TwitterTest obj = new TwitterTest(); TwitterService twitterService = obj.GetAuthentication(); TwitterUser objUser = twitterService.GetUserProfile(new