UNPKG

facebookpages

Version:

Connect FB pages with NodeJS/PassportJS/ExpressJS

13 lines 490 B
<html lang="en"><!--<![endif]--><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Facebook Login Form</title> <link rel="stylesheet" href="css/style.css"> <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> </head> <body> <form action="/fb/auth" class="login" method="get"> <h1>Facebook</h1> <input type="submit" value="Login" class="login-submit"> </form> </body></html>