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;
 }
Esempio n. 3
0
 public ChannelContact()
 {
     Person = new ChannelPerson();
     Profile = new ChannelProfile();
 }
Esempio n. 4
0
 public ChannelContact()
 {
     Person  = new ChannelPerson();
     Profile = new ChannelProfile();
 }
 public override string BuildServiceProfileUrl(ChannelProfile profile)
 {
     return String.Format("http://www.twitter.com/{0}", profile.ScreenName);
 }