From b05da351d415b24b6d08bc767e17d65a969cba96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 19 Oct 2009 08:07:51 +0000 Subject: [PATCH] removing doc that was copied by a mistake git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1865 44740490-163a-0410-bde0-09ae8108e29a --- modules/authtwitter/docs/authfacebook.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 modules/authtwitter/docs/authfacebook.txt diff --git a/modules/authtwitter/docs/authfacebook.txt b/modules/authtwitter/docs/authfacebook.txt deleted file mode 100644 index 9336b9f76..000000000 --- a/modules/authtwitter/docs/authfacebook.txt +++ /dev/null @@ -1,18 +0,0 @@ -Using the Facebook authenticatio source with simpleSAMLphp -========================================================== - -Remember to configure `authsources.php`, with both API key and secret. - -To get an API key and a secret, register the application at: - - * <http://www.facebook.com/developers/> - -Set the callback URL to be: - - * `http://idp.example.org/simplesaml/module.php/authfacebook/linkback.php?next=` - -Replace `idp.example.org` with your hostname. - - - - -- GitLab