Example #1
0
 private void FacebookCommandExecute()
 {
     _facebookHelper.Authenticate(async() => await _facebookService.GetHomeFeed());
 }