public override string BuildServiceProfileUrl(ChannelProfile profile) { return String.Format("https://www.yammer.com/users/{0}", profile.SourceAddress.Address); }
public override string BuildServiceProfileUrl(ChannelProfile profile) { return profile.Url; }
public ChannelContact() { Person = new ChannelPerson(); Profile = new ChannelProfile(); }
public override string BuildServiceProfileUrl(ChannelProfile profile) { return String.Format("http://www.twitter.com/{0}", profile.ScreenName); }