diff options
author | Friendika <info@friendika.com> | 2011-03-08 01:43:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-08 01:43:42 -0800 |
commit | bc7035408a17437eb46457389d8911512812b8fd (patch) | |
tree | 051d6b440f903dc27538d2f155544ef16c1f0e57 /addon/twitter/twitter.php | |
parent | 6ff6ac47431e3026d9c7704a1734fa62953688c6 (diff) | |
download | volse-hubzilla-bc7035408a17437eb46457389d8911512812b8fd.tar.gz volse-hubzilla-bc7035408a17437eb46457389d8911512812b8fd.tar.bz2 volse-hubzilla-bc7035408a17437eb46457389d8911512812b8fd.zip |
twitteroauth library path
Diffstat (limited to 'addon/twitter/twitter.php')
-rw-r--r-- | addon/twitter/twitter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/twitter/twitter.php b/addon/twitter/twitter.php index b2e5aa7ce..db283e1a9 100644 --- a/addon/twitter/twitter.php +++ b/addon/twitter/twitter.php @@ -138,7 +138,7 @@ function twitter_settings(&$a,&$s) { * which the user can request a PIN to connect the account to a * account at Twitter. */ - require_once('addon/twitter/twitteroauth.php'); + require_once('library/twitteroauth.php'); $connection = new TwitterOAuth($ckey, $csecret); $request_token = $connection->getRequestToken(); $token = $request_token['oauth_token']; |