summaryrefslogtreecommitdiffstats
path: root/includes/OAuth/.svn/pristine/e4
diff options
context:
space:
mode:
Diffstat (limited to 'includes/OAuth/.svn/pristine/e4')
-rw-r--r--includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base b/includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base
new file mode 100644
index 0000000..4b4c2bf
--- /dev/null
+++ b/includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base
@@ -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