Home
last modified time | relevance | path

Searched refs:TwitterOAuth (Results 1 – 25 of 25) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/src/libs/abraham/twitteroauth/tests/
H A DTwitterOAuthTest.php5 namespace Abraham\TwitterOAuth\Test;
7 use Abraham\TwitterOAuth\TwitterOAuth; alias
11 /** @var TwitterOAuth */
16 …$this->twitter = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET…
27 $twitter = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET);
37 $twitter = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET);
51 … $twitter = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, null, $accessToken->access_token);
80 $twitter = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET);
96 $twitter = new TwitterOAuth('CONSUMER_KEY', 'CONSUMER_SECRET');
109 $twitter = new TwitterOAuth(
H A DTokenTest.php3 namespace Abraham\TwitterOAuth\Tests;
5 use Abraham\TwitterOAuth\Token;
H A DConsumerTest.php3 namespace Abraham\TwitterOAuth\Tests;
5 use Abraham\TwitterOAuth\Consumer;
H A DHmacSha1Test.php3 namespace Abraham\TwitterOAuth\Tests;
5 use Abraham\TwitterOAuth\HmacSha1;
H A DAbstractSignatureMethodTest.php3 namespace Abraham\TwitterOAuth\Tests;
5 use Abraham\TwitterOAuth\SignatureMethod;
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Services/
H A DTwitter.php20 use Abraham\TwitterOAuth\TwitterOAuth; alias
31 * @var TwitterOAuth
38 * @param TwitterOAuth $connection
40 public function __construct(TwitterOAuth $connection)
/dports/www/phpmyfaq/phpmyfaq/services/twitter/
H A Dindex.php19 use Abraham\TwitterOAuth\TwitterOAuth; alias
40 $connection = new TwitterOAuth(
H A Dredirect.php19 use Abraham\TwitterOAuth\TwitterOAuth; alias
32 $connection = new TwitterOAuth(
H A Dcallback.php19 use Abraham\TwitterOAuth\TwitterOAuth; alias
50 $connection = new TwitterOAuth(
/dports/www/phpmyfaq/phpmyfaq/src/libs/abraham/twitteroauth/tests/Util/
H A DJsonDecoderTest.php3 namespace Abraham\TwitterOAuth\Tests;
5 use Abraham\TwitterOAuth\Util\JsonDecoder;
/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/backends/
H A Dtwitter.py9 class TwitterOAuth(BaseOAuth1): class
24 super(TwitterOAuth, self).process_error(data)
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dajax.config_list.php19 use Abraham\TwitterOAuth\TwitterOAuth; alias
34 $connection = new TwitterOAuth(
H A Drecord.add.php18 use Abraham\TwitterOAuth\TwitterOAuth; alias
220 $connection = new TwitterOAuth(
/dports/www/phpmyfaq/phpmyfaq/src/libs/abraham/twitteroauth/src/
H A DTwitterOAuthException.php3 namespace Abraham\TwitterOAuth;
H A DConfig.php3 namespace Abraham\TwitterOAuth;
H A DTwitterOAuth.php7 namespace Abraham\TwitterOAuth;
9 use Abraham\TwitterOAuth\Util\JsonDecoder;
16 class TwitterOAuth extends Config class
H A DToken.php6 namespace Abraham\TwitterOAuth;
H A DConsumer.php6 namespace Abraham\TwitterOAuth;
H A DHmacSha1.php6 namespace Abraham\TwitterOAuth;
H A DResponse.php3 namespace Abraham\TwitterOAuth;
H A DSignatureMethod.php6 namespace Abraham\TwitterOAuth;
H A DUtil.php6 namespace Abraham\TwitterOAuth;
H A DRequest.php6 namespace Abraham\TwitterOAuth;
/dports/www/phpmyfaq/phpmyfaq/src/libs/abraham/twitteroauth/src/Util/
H A DJsonDecoder.php3 namespace Abraham\TwitterOAuth\Util;
/dports/www/phpmyfaq/phpmyfaq/src/libs/abraham/twitteroauth/
H A DREADME.md1 <span itemprop="name">TwitterOAuth</span> [![Build Status](https://img.shields.io/travis/abraham/tw…