summaryrefslogtreecommitdiffstats
path: root/includes/OAuth/Facebook.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/OAuth/Facebook.php')
-rw-r--r--includes/OAuth/Facebook.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/OAuth/Facebook.php b/includes/OAuth/Facebook.php
new file mode 100644
index 0000000..4b4c2bf
--- /dev/null
+++ b/includes/OAuth/Facebook.php
@@ -0,0 +1,9 @@
+<?php
+
+class Facebook extends Oauth {
+
+ protected $_prefix = 'facebook';
+ protected $_authorize_url = 'https://www.facebook.com/dialog/oauth';
+ protected $_access_token_url = 'https://graph.facebook.com/oauth/access_token';
+
+} \ No newline at end of file