summaryrefslogtreecommitdiffstats
path: root/includes/OAuth/.svn/pristine/19
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-06-02 10:37:15 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-06-02 10:37:15 -0500
commit3345b13c73e76d2f03a85209d205adb9af49fc6b (patch)
treece1848b29c9a98577ad2ec56024a569dd179456a /includes/OAuth/.svn/pristine/19
parent951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (diff)
downloadpathery-3345b13c73e76d2f03a85209d205adb9af49fc6b.tar.xz
Updated login form with a few new providers
Diffstat (limited to 'includes/OAuth/.svn/pristine/19')
-rw-r--r--includes/OAuth/.svn/pristine/19/198956e431889809a8751e68b8ce7acc4d0c11be.svn-base14
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/OAuth/.svn/pristine/19/198956e431889809a8751e68b8ce7acc4d0c11be.svn-base b/includes/OAuth/.svn/pristine/19/198956e431889809a8751e68b8ce7acc4d0c11be.svn-base
deleted file mode 100644
index cb2f04d..0000000
--- a/includes/OAuth/.svn/pristine/19/198956e431889809a8751e68b8ce7acc4d0c11be.svn-base
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-class Twitter extends Oauth {
-
- protected $_prefix = 'twitter';
- protected $_authorize_url = 'https://api.twitter.com/oauth/authorize';
- protected $_access_token_url = 'https://api.twitter.com/oauth/access_token';
- protected $_request_token_url = 'https://api.twitter.com/oauth/request_token';
-
- public function requestAccessToken($method = 'POST', Array $params = array(), $returnType = 'flat', Array $values = array('oauth_token', 'oauth_token_secret')){
- parent::requestAccessToken($method, $params, $returnType, $values);
- }
-
-} \ No newline at end of file