我设法通过这个指南获得了令牌:https://platform.fatsecret.com/api/Default.aspx?screen=rapiauth2,但是我不能正确地得到响应。content = new FormUrlEncodedContent(values);
var response = await client.PostAsync("https://oauth.fatsecret.co
我有一个从XML服务返回的.NET响应。用于返回响应的API是序列化响应,它去掉了XML的补充部分,因为它不是序列化类堆栈的一部分,我不能在API中更改它。有没有一种方法可以获得原始的XML响应,这样我就可以获得返回的响应消息的补充性:supplementalData部分,或者以某种方式自己获得补充:补充性数据XML部分?Service API调用是TestPort.TestPortType res