1K results in 14 ms
8 years ago · Dec 07, 2016, 08:26 PM
oauth_signature_method=" . $oauth_signature_method . "&oauth_timestamp=" . $oauth_timestamp . "&oauth_token=" . NETSUITE_TOKEN_ID . "&oauth_version=" . $oauth_version . "&realm="
8 years ago · Dec 06, 2016, 11:19 AM
OAuth.popup('twitter').done(function(result) { var oAuthToken = result.oauth_token; var oAuthTokenSecret = result.oauth_token_secret; //use result.access_token in your API request result.get('/1.1/account/verify_credentials.json?include_email=true').done(function(data) { processUserData(data.name); //screen_name (for twitter only) //email is blank, why!? authUser(data.id, "T", data.name, data.email, oAuthToken, oAuthTokenSecret); }) })
8 years ago · Dec 05, 2016, 05:29 PM
oauth_nonce' => time(), 'oauth_signature_method' => 'HMAC-SHA1', 'oauth_token' => $oauth_access_token, 'oauth_timestamp' => time(), 'oauth_version'
8 years ago · Dec 04, 2016, 04:28 AM
throws Exception { String urlString = "/oauth/token"; HttpEntity<MultiValueMap<String, String>> request = getAccessTokenRequest();
9 years ago · Dec 02, 2016, 02:04 PM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationURL . '?oauth_token=' . $requestToken['oauth_token']); } else if ($_SESSION['state']
9 years ago · Dec 02, 2016, 11:10 AM
request, missing oauth_consumer_key or oauth_token" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0)
9 years ago · Dec 02, 2016, 10:30 AM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationURL . '?oauth_token=' . $requestToken['oauth_token']); } else if ($_SESSION['state']
9 years ago · Dec 01, 2016, 05:14 PM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationURL . '?oauth_token=' . $requestToken['oauth_token']); } else if ($_SESSION['state']
9 years ago · Nov 30, 2016, 01:48 PM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationUrl . '?oauth_token=' . $requestToken['oauth_token']); exit; } else if
9 years ago · Nov 30, 2016, 10:06 AM
method: 'POST', url: baseUrl + "oauth/token", headers: {'Content-type': 'application/x-www-form-urlencoded; charset=utf-8',
9 years ago · Nov 30, 2016, 06:24 AM
consumer_key: 'CONSUMER_KEY', consumer_secret: 'CONSUMER_SECRET', oauth_token: 'OAUTH_TOKEN', oauth_token_secret: 'OAUTH_TOKEN_SECRET' }) # Config
9 years ago · Nov 29, 2016, 11:00 PM
xz wget --header="Authorization: token <OAUTH-TOKEN>" -O - https://api.github.com/repos/<owner>/<repo>/tarball/<version> | tar xz
9 years ago · Nov 29, 2016, 02:18 PM
SESSION['state'] = 1; header('Location: ' . $adminAuthorizationUrl . '?oauth_token=' . $requestToken['oauth_token']); exit; } else if
9 years ago · Nov 29, 2016, 01:36 PM
oauth_nonce' => time(), 'oauth_signature_method' => 'HMAC-SHA1', 'oauth_token' => $oauth_access_token, 'oauth_timestamp' => time(), 'oauth_version'
9 years ago · Nov 29, 2016, 11:40 AM
user_id, platform, account_id, creation_date, oauth_token, oauth_token_secret, name, profile, active,
9 years ago · Nov 27, 2016, 10:56 PM
oauth_consumer_key: 'h7e9cHmibtiOAeUH_GJ1QA', //consumer key oauth_token: 'CQpP53MNeigAwK1wYmhwaguuc5I3GvEB', // Token oauth_nonce: nonce_generate(),
9 years ago · Nov 27, 2016, 10:52 AM
client1 = new TwitchClient(new ConnectionCredentials("login1", "oauth:token"), channel); client2 = new TwitchClient(new
9 years ago · Nov 26, 2016, 09:38 AM
oauth_nonce=***') .replace(/oauth_signature=[^&]+/g, 'oauth_signature=***') .replace(/oauth_token=[^&]+/g, 'oauth_token=***'); } var globals = { tweet_block_width: 600
9 years ago · Nov 25, 2016, 06:14 AM
DEBUG 15521 --- [nio-9999-exec-5] o.s.security.web.FilterChainProxy : /oauth/token reached end of additional
9 years ago · Nov 25, 2016, 03:28 AM
message": "Bad credentials", "path": "/oauth/token" } @Configuration @EnableAuthorizationServer @EnableResourceServer public
Total pages: 52