xamarin Facebook Auth with Xamarin Forms and WebAPI CustomGrant - part Based on the two previous posts, we have a complete setup by now, with a mobile client and an secured API. Now we'll see how we can consume the API with the access tokens we generated in the previous post and finally display the data in the mobile
xamarin Facebook Auth with Xamarin Forms and WebAPI CustomGrant - part 2 In the previous post the mobile client was created. In this post we'll created the WebAPI backend part. We'll enable the API to verify a Facebook access token and exhanged it with an access token to our backend, fully supported and integrated with the ASPNET WebAPI.