diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-01 20:10:36 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-01 20:10:36 -0500 |
commit | 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (patch) | |
tree | fc7b196ca0d91c1c71dcd945aa9667c7af0134fa /includes/OAuth/.svn/pristine/e4 | |
parent | e58a3b8b3702b22c903b02a9b4fa1020d6797459 (diff) | |
download | pathery-951330c9f83c8c8ee98f65fdccb5797e2e59d1f3.tar.xz |
A partial commit of the auth stuff, in case my upcoming changes break anything
Diffstat (limited to 'includes/OAuth/.svn/pristine/e4')
-rw-r--r-- | includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base | 9 |
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 |