当我从facebook sdk保持控制以与我的Windows手机应用程序集成时出现错误。我从this link得到了参考。但是我插入了控件并在onSessionChanged上注册了一个事件。当我启动应用程序时,它会在没有任何交互的情况下崩溃。 XAML代码很简单。
<controls:LoginButton x:Name="loginButton" HorizontalAlignment="Center" SessionStateChanged="onSessionStateChanged" VerticalAlignment="Bottom" ApplicationId="MYAPPID"/>
我得到的异常是TargetInvocationException,内部异常是:
- InnerException {Facebook.WebExceptionWrapper:远程服务器返回错误:NotFound。 ---&GT; System.Net.WebException:远程服务器返回错误:NotFound。
在System.Net.Browser.ClientHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
在System.Net.Browser.ClientHttpWebRequest。&lt;&gt; c_ DisplayClasse.b _d(Object sendState)
在System.Net.Browser.AsyncHelper。&lt;&gt; c_ DisplayClass1.b _0(Object sendState)
---内部异常堆栈跟踪结束---} System.Exception {Facebook.WebExceptionWrapper}