Azure Mobile Service LoginAsync with Facebook Token is Unauthorized
问题 I'm following the post at http://ntotten.com/2013/03/14/using-windows-azure-mobile-services-with-the-facebook-sdk-for-windows-phone/ and I can successfully get a Facebook access token. However when I submit the access token as a JObject to the MobileServiceClient.LoginAsync(provider, token) method I get an IvalidOperationException (Unauthorized) . The Code, Request and Response (from the exception) are below... Code private async Task Authenticate() { while (user == null) { try { fbSession =