File: authfacebook.txt

package info (click to toggle)
simplesamlphp 1.14.11-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,024 kB
  • sloc: php: 72,337; xml: 1,078; python: 376; sh: 220; perl: 185; makefile: 57
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Using the Facebook authentication source with SimpleSAMLphp
===========================================================

Remember to configure `authsources.php`, with both App ID (or API Key) and App Secret.

To get an App ID/API Key and secret, register the application at:

 * <http://www.facebook.com/developers/>

Note: requests with App ID should be faster <https://github.com/facebook/php-sdk/issues/214>.

This module needs the CURL and JSON PHP extensions.