Reputation: 1374
Message for the exception is
Message "Attempt by method 'Facebook.Client.AppAuthenticationHelper.GetQueryStringValueFromUri(System.String, System.String)' to access method 'Facebook.HttpHelper.UrlDecode(System.String)' failed." string
The extension that I wrote in WMAppManifest.xml is as follow
<Extensions>
<Protocol Name="fb861850377206***" NavUriFragment="encodedLaunchUri=%s" TaskID="_default" />
<Protocol Name="msft-a3c419***65b42b1841692f386c4d190" NavUriFragment="encodedLaunchUri=%s" TaskID="_default" />
</Extensions>
I have created an app in facebook with the same product id but leaving msft.
I have created a login button and when I click, it takes me to browser and there it authorizes but in the callback I get this error.
What could be the problem?
Upvotes: 1
Views: 186
Reputation: 1532
A change was updated to the Facebook SDK today itself and I was able to get it working as follows-
Upvotes: 1