VisualStudioExpressでFacebookに接続するアプリを作成しようとしています。問題は、このコードでは次のことです。
Windows.Security.Authentication.Web.Result WebAuthenticationResult = WebAuthenticationBroker.AuthenticateAsync(
WebAuthenticationOptions.None,
StartUri,
EndUri);
...サンプルに示されているようにメソッドを実装したと思いますが、次のエラーが発生し続けます。
エラー1タイプ「Windows.Foundation.IAsyncOperation」を「Windows.Security.Authentication.Web.WebAuthenticationResult」に暗黙的に変換できませんR:\Users\JesúsAndres\Documents\ VisualStudio 2012 \ Projects \ FBook \ FBook \ MainPage.xaml.cs 41 99 FBook
私は何が間違っているのですか?