示例#1
0
 public void SharePost()
 {
     SoomlaProfile.UpdateStoryWithConfirmation(
         Provider.FACEBOOK,
         "My first post from app",
         "Post",
         "Hi",
         "Test Post",
         @"http://www.activatear.com",
         @"http://www.activatear.com/activatearvideos/raptor.jpg",
         "",
         null
         );
 }