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, 0 insertions, 9 deletions
diff --git a/includes/OAuth/Facebook.php b/includes/OAuth/Facebook.php
deleted file mode 100644
index 4b4c2bf..0000000
--- a/includes/OAuth/Facebook.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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