C# Class X.Extension.ThirdParty.Facebook.VM.SplashVM

Inheritance: ViewModelBase
Show file Open project: liquidboy/X

Public Methods

Method Description
ParseAuthenticationResult ( WebAuthenticationResult result ) : void
SplashVM ( ) : GalaSoft.MvvmLight

Private Methods

Method Description
AttemptLogin ( ) : void
GetAPIData ( ) : void
GetProfileImageUrl ( string userId, string type = "square" ) : string
GetUserAsync ( ) : System.Threading.Tasks.Task
GetUserFeedAsync ( string userid ) : System.Threading.Tasks.Task
PopulatePassportData ( ) : void

Method Details

ParseAuthenticationResult() public method

public ParseAuthenticationResult ( WebAuthenticationResult result ) : void
result Windows.Security.Authentication.Web.WebAuthenticationResult
return void

SplashVM() public method

public SplashVM ( ) : GalaSoft.MvvmLight
return GalaSoft.MvvmLight