Azure Mobile Service with Facebook Auth: Get user info
问题 I am new to using Azure Mobile Services (or any mobile dev). I've followed this tutorial to enable Facebook authentication for an Android app. http://azure.microsoft.com/en-us/documentation/articles/mobile-services-how-to-register-facebook-authentication/ My Mobile Service has a .NET backend and client is Android. I've also managed to save the access token to a table; public async Task<IHttpActionResult> PostTodoItem(TodoItem item) { var currentUser = User as ServiceUser; item.UserId =