[Solved] Facebook login pop up using C# and javascript or javascript alone
You should just use OAuth2 and follow the recommended process by facebook. Have a look at the documentation of the facebook graph API here. Remember to create a facebook developer account here. If youre using ASP.NET, there is an included…