Hammock Package , Tweetsharp and C# Windows Phone 8
问题 I followed this link http://samjarawan.blogspot.co.uk/2010/09/building-real-windows-phone-7-twitter_18.html step by step and when I am running my app, I am getting an error i.e. "Error Calling Twitter". When I searched about it, I found that in this part of code var client = new RestClient { Authority = "https://api.twitter.com/oauth", Credentials = credentials, HasElevatedPermissions = true, SilverlightAcceptEncodingHeader = "gzip", DecompressionMethods = DecompressionMethods.GZip }; I need