Skip to content

Instantly share code, notes, and snippets.

@CH3COOH
Created February 24, 2014 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CH3COOH/9182088 to your computer and use it in GitHub Desktop.
Save CH3COOH/9182088 to your computer and use it in GitHub Desktop.
LiveConnectClientインスタンスの生成処理 for WinRT
public async Task UploadAsync(IEnumerable<Windows.Storage.IStorageFile> files)
{
var authClient = new LiveAuthClient();
var result = await authClient.InitializeAsync(ScopesLiveSdk);
var client = new LiveConnectClient(result.Session);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment