Move library\OAuth1.php to class structure Friendica\Security\OAuth1
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
* Version 0.2.0 kept for compatibility purpose with StatusNetOAuth
|
* Version 0.2.0 kept for compatibility purpose with StatusNetOAuth
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use Friendica\Security\OAuth1\OAuthConsumer;
|
||||||
|
use Friendica\Security\OAuth1\OAuthRequest;
|
||||||
|
use Friendica\Security\OAuth1\OAuthSignatureMethod_HMAC_SHA1;
|
||||||
|
use Friendica\Security\OAuth1\OAuthToken;
|
||||||
|
use Friendica\Security\OAuth1\OAuthUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Twitter OAuth class
|
* Twitter OAuth class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
* The first PHP Library to support OAuth for Tumblr's REST API. (Originally for Twitter, modified for Tumblr by Lucas)
|
* The first PHP Library to support OAuth for Tumblr's REST API. (Originally for Twitter, modified for Tumblr by Lucas)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use Friendica\Security\OAuth1\OAuthConsumer;
|
||||||
|
use Friendica\Security\OAuth1\OAuthRequest;
|
||||||
|
use Friendica\Security\OAuth1\OAuthSignatureMethod_HMAC_SHA1;
|
||||||
|
use Friendica\Security\OAuth1\OAuthToken;
|
||||||
|
use Friendica\Security\OAuth1\OAuthUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tumblr OAuth class
|
* Tumblr OAuth class
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user