File: authfacebook.md

package info (click to toggle)
simplesamlphp 1.19.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 42,920 kB
  • sloc: php: 202,044; javascript: 14,867; xml: 2,700; sh: 225; perl: 82; makefile: 70; python: 5
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.