diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-02 10:37:15 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-02 10:37:15 -0500 |
commit | 3345b13c73e76d2f03a85209d205adb9af49fc6b (patch) | |
tree | ce1848b29c9a98577ad2ec56024a569dd179456a /includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base | |
parent | 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (diff) | |
download | pathery-3345b13c73e76d2f03a85209d205adb9af49fc6b.tar.xz |
Updated login form with a few new providers
Diffstat (limited to 'includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base')
-rw-r--r-- | includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base b/includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base deleted file mode 100644 index 4b4c2bf..0000000 --- a/includes/OAuth/.svn/pristine/e4/e46151c6141646c1abb975824ebb3f0da7036235.svn-base +++ /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 |