Hi,
I am using trying hard to get more information from Facebook when a user is authenticated and I would like to get some help with the code.
I have read several tutorials about how to get more info from social providers (i.e. http://blogs.msdn.com/b/webdev/archive/2013/10/16/get-more-information-from-social-providers-used-in-the-vs-2013-project-templates.aspx)
and read the documentation provided by Facebook (https://developers.facebook.com/docs/facebook-login/permissions/v2.2).
My aim is to retrieve from Facebook data such as email, first name, last name, birthday and user tagged places.
So my very first step is to modify my Startup.Auth.vb file (I am using ...
Go to the complete details ...