1K results in 44 ms
9 years ago · Nov 24, 2016, 07:48 PM
pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false oauth_token: # Everyone can access the
9 years ago · Nov 22, 2016, 11:12 AM
shared/3rdpart/twitteroauth/OAuth.class.php', 'OAuthSignatureMethod_RSA_SHA1' => $baseDir . '/shared/3rdpart/twitteroauth/OAuth.class.php', 'OAuthToken' => $baseDir . '/shared/3rdpart/twitteroauth/OAuth.class.php', 'OAuthUtil' => $baseDir
9 years ago · Nov 22, 2016, 07:08 AM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationUrl . '?oauth_token=' . $requestToken['oauth_token']); exit; } else if
9 years ago · Nov 20, 2016, 07:14 PM
OAUTH_TOKEN_SECRET=auth['oauth_token_secret'] twitter = Twython(APP_KEY, APP_SECRET, OAUTH_TOKEN) results = twitter.cursor(twitter.search, q='BarackObama') for
9 years ago · Nov 19, 2016, 02:44 AM
XlhigYvHSz4CVrCwI4v4Wxf2jYxKmIcSXPjAJUOro82z0IjK1s' # Customer secret here OAUTH_TOKEN = '765360661425590272-7uNwRu2G2O0DDBw9NVGLBKgaC6svLAN' # Access Token here
9 years ago · Nov 18, 2016, 10:56 PM
POST", CURLOPT_HTTPHEADER => array( "authorization: ".$oauthToken, "content-type: application/json", "programid: ".$programId
9 years ago · Nov 17, 2016, 03:44 PM
is being defaulted to: OAuthToken. 2016-11-17 16:42:47,852 INFO mcap-security-oauth-api
9 years ago · Nov 17, 2016, 11:30 AM
of request : '/login-attempt'; against '/oauth/token' OrRequestMatcher:65 - Trying to match
9 years ago · Nov 16, 2016, 03:30 PM
APP_KEY = KEY1 APP_SECRET = KEY2 OAUTH_TOKEN = KEY3 OAUTH_SECRET = KEY4 #Verify
9 years ago · Nov 16, 2016, 05:58 AM
oauth_nonce oauth_signature oauth_signature_method oauth_timestamp oauth_token oauth_version".split(" ")}},nf=function(a){for(var b in
9 years ago · Nov 15, 2016, 11:20 PM
oauth_consumer_key: @consumer_key, oauth_timestamp: generate_timestamp, oauth_token: @access_token.token } @authorization_header ||= "OAuth " + tuples.map
9 years ago · Nov 15, 2016, 08:44 AM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationUrl . '?oauth_token=' . $requestToken['oauth_token']); exit; } else if
9 years ago · Nov 14, 2016, 11:26 AM
visitor --> Cloudflare proxy --> Front --> Back ^^^^^^ -->iptables(fail2ban)-->nginx--> FE BE | | .. | | | POST /oauth/token | |-------------------->| | 401 (access denied) | |<--------------------| .. | | | |
9 years ago · Nov 12, 2016, 08:42 AM
class User < Sequel::Model def self.from_omniauth(auth) user = User.first(auth.slice(:provider, :uid)) values = { provider: auth.provider, uid: auth.uid, name: auth.info.name, oauth_token: auth.credentials.token, oauth_expires_at: Time.at(auth.credentials.expires_at), } if user user.update(values) else User.create(values) end end end
9 years ago · Nov 10, 2016, 08:48 AM
http://" + env.getProperty("server.host") + ":8080" + "/dms-application-0.0.1-SNAPSHOT" + "/oauth/token"; // create request body JSONObject
9 years ago · Nov 09, 2016, 03:34 PM
oauth_version="1.0", oauth_signature_method="HMAC-SHA1", oauth_consumer_key="' . $consumerKey . '", oauth_token="' . $oauthToken . '", oauth_signature="'.$signature.'"', )); curl_setopt($curl, CURLOPT_RETURNTRANSFER,
9 years ago · Nov 09, 2016, 02:52 PM
profilephoto/: ' + imgSrc); $(el).attr('src', imgSrc + '?oauth_token=' + app.accessToken); } else if(imgSrc && imgSrc.indexOf('/PP/')
9 years ago · Nov 07, 2016, 08:24 PM
newsletter_subscriber | | newsletter_template | | oauth_consumer | | oauth_nonce | | oauth_token | | oauth_token_request_log | | password_reset_request_event | | paypal_billing_agreement | | paypal_billing_agreement_order
9 years ago · Nov 07, 2016, 02:06 PM
$consumerKey = 'consumerkey'; $consumerSecret = 'secret'; $oAuthToken = 'oauth-token'; $oAuthSecret = 'oauth-secret'; require_once('twitteroauth.php'); $tweet = new TwitterOAuth($consumerKey, $consumerSecret, $oAuthToken, $oAuthSecret); echo $tweet->post('direct_messages/new', array('screen_name' => 'SCREEN-NAME-USER', 'text' => 'Hell ha wrrrrrrr......'));
9 years ago · Nov 06, 2016, 09:46 PM
utf8_bin NOT NULL DEFAULT '', `oauth_token` mediumtext COLLATE utf8_bin NOT
Total pages: 52