【发布时间】:2015-05-29 13:46:49
【问题描述】:
Sitecore 在 SocialProfiles 中返回字段“字段”,计数为零,但社交网络中的此字段确实存在。如何获得需要的字段?
var socialProfileManager = new SocialProfileManager();
var twitterNetwork = allProfiles.FirstOrDefault(x => x.NetworkName == "Twitter");
if (twitterNetwork.Fields.Count != 0) //Dicitionary "Fields" is empty here
{
...
}
【问题讨论】:
标签: sitecore social-networking sitecore8 sitecore-social-connected