Skip to content

Instantly share code, notes, and snippets.

@c-taka
Created September 24, 2013 06:48
Show Gist options
  • Select an option

  • Save c-taka/6681153 to your computer and use it in GitHub Desktop.

Select an option

Save c-taka/6681153 to your computer and use it in GitHub Desktop.
FacebookでログインするWebサービスを作ろう
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Login</title>
</head>
<body>
<h1>Login</h1>
<p><a href="redirect.php">Facebookでログイン</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment