1K results in 10 ms
7 years ago · Jan 25, 2018, 09:36 PM
request_token.secret, :oauth_verifier => oauth_verifier ) puts "oauth_token : #{access_token.params[:oauth_token]}" puts "oauth_token_secret : #{access_token.params[:oauth_token_secret]}"
7 years ago · Jan 25, 2018, 09:36 PM
request_token.token, request_token.secret, oauth_verifier ) puts "oauth_token : #{access_token.first}" puts "oauth_token_secret : #{access_token.last}"
7 years ago · Jan 25, 2018, 03:44 PM
device_id = getParameterByName("device_id", url); let oauth_token = getParameterByName("token", url); let oauth_timestamp
7 years ago · Jan 24, 2018, 09:32 PM
app_key = "[REDACTED]" app_secret = [REDACTED]" oauth_token = "[REDACTED]" oauth_token_secret = "[REDACTED]" #Prepare
7 years ago · Jan 24, 2018, 07:34 PM
angular.module('alferes.services') .service('oauthFixInterceptor',['$q','$rootScope','OAuthToken', function($q, $rootScope, OAuthToken) { return { request: function request(config)
7 years ago · Jan 24, 2018, 06:48 PM
def access_token(master) @auth_url = '/oauth/token' consumer = OAuth2::Client.new(master.client_id, master.client_secret, :site
7 years ago · Jan 24, 2018, 04:52 PM
connection.fetchUserProfile(); } else if ("twitter".equals(provider)) { OAuthToken oAuthToken = new OAuthToken(token, secret);
7 years ago · Jan 24, 2018, 12:10 PM
connection.fetchUserProfile(); } else if ("twitter".equals(provider)) { OAuthToken oAuthToken = new OAuthToken(token, secret);
7 years ago · Jan 23, 2018, 08:06 AM
https://www.googleapis.com/oauth2/v4/token userAuthorizationUri: https://accounts.google.com/o/oauth2/v2/auth tokenName: oauth_token authenticationScheme: query clientAuthenticationScheme: form
7 years ago · Jan 22, 2018, 01:10 PM
<?php /** @see TwitterAOauth */ require_once 'twitteroauth/twitteroauth.php'; $consumer_key = 'xxx'; $consumer_secret = 'xxx'; $oauth_token = 'xxx'; $oauth_token_secret = 'xxx'; $connection = new TwitterOAuth( $consumer_key, $consumer_secret, $oauth_token, $oauth_token_secret ); // file $connection->oAuthRequestImage('account/update_profile_background_image', array('image' => 'img.png')); // or // binary $connection->oAuthRequestImage('account/update_profile_background_image', array('image' => file_get_contents('img.png')));
7 years ago · Jan 21, 2018, 10:50 PM
profile_img_url, :limit => 255 t.string :oauth_token, :limit => 255 t.string :oauth_token_secret,
7 years ago · Jan 21, 2018, 10:52 AM
3.5ms) UPDATE "users" SET "oauth_token" = ?, "oauth_expires_at" = ?, "updated_at" = ? WHERE "users"."id"
7 years ago · Jan 20, 2018, 03:18 PM
static AuthenticationHeaderValue CreateAuthorizationHeader( string oauthToken, string oauthNonce, string oauthTimestamp,
7 years ago · Jan 19, 2018, 07:34 PM
facebook: client: clientId: 119411922056637 clientSecret: 00085891fbc6e2555018a8a632e6af24 accessTokenUri: https://graph.facebook.com/oauth/access_token userAuthorizationUri: https://www.facebook.com/dialog/oauth tokenName: oauth_token authenticationScheme: query clientAuthenticationScheme: form resource: userInfoUri: https://graph.facebook.com/me
7 years ago · Jan 18, 2018, 04:36 PM
1; var_dump($requestToken); //header('Location: ' . $adminAuthorizationUrl . '?oauth_token=' . $requestToken['oauth_token']); exit; } else if
7 years ago · Jan 17, 2018, 03:02 PM
app.route("/oauth_callback") @app.route("/oauth_callback/<path:continuation>") def oauth_callback(continuation=None): oauth_token = flask.request.args.get("oauth_token", "") oauth_secret = flask.request.args.get("oauth_token_secret", "") oauth_verifier
7 years ago · Jan 16, 2018, 05:04 PM
do direct messaging TWITTER_DM_TOKEN = {"oauth_token": "", "oauth_token_secret": "", "user_id": "", "screen_name": ""} # LinkedIn
7 years ago · Jan 16, 2018, 03:46 PM
application.yml security: oauth2: client: clientId: 233668646673605 clientSecret: 33b17e044ee6a4fa383f46ec6e28ea1d accessTokenUri: https://graph.facebook.com/oauth/access_token userAuthorizationUri: https://www.facebook.com/dialog/oauth tokenName: oauth_token authenticationScheme: query clientAuthenticationScheme: form resource: userInfoUri: https://graph.facebook.com/me ...
7 years ago · Jan 14, 2018, 10:18 AM
None def lookup_nonce(self, oauth_consumer, oauth_token, nonce): key = 'nonce' + md5(oauth_consumer.key
7 years ago · Jan 12, 2018, 10:26 PM
oAuthConsumerKey, NSString *_oAuthConsumerSecret, NSString *_oAuthToken, NSString *_oAuthTokenSecret) { NSString *_oAuthNonce
Total pages: 52