1K results in 12 ms
7 years ago · Jun 19, 2018, 09:22 PM
nonce + "&oauth_signature_method=HMAC-SHA1" + "&oauth_timestamp=" + time + "&oauth_token=" + system.NSAuthentication.consumerToken + "&oauth_version=1.0" + "&script=" + scriptID.toString();
7 years ago · Jun 19, 2018, 03:20 PM
--- :consumer_key: "*** Consumer Key ***" :consumer_secret: "*** Consumer Secret ***" :oauth_token: "*** Oauth Token ***" :oauth_token_secret: "*** Oauth Token Secret ***"
7 years ago · Jun 19, 2018, 03:02 PM
を代入 var consumerKey = '**********', consumerSecret = '**********', oauthToken = '**********', oauthTokenSecret = '**********'; var consumer = oauth.createConsumer(consumerKey,
7 years ago · Jun 18, 2018, 08:00 AM
dispatch, getState) => { const { auth: { oauthToken, oauthTokenSecret } } = getState(); return dispatch({
7 years ago · Jun 16, 2018, 05:38 PM
consumerKey = 'secret'; $consumerSecret = 'secret'; $oAuthToken = 'secret'; $oAuthSecret = 'secret'; // Full
7 years ago · Jun 15, 2018, 12:26 PM
object = new TwitterOAuth($this->consumer_key, $this->consumer_secret, $oauth_token, $oauth_token_secret); // get creds $object->credentials
7 years ago · Jun 15, 2018, 02:44 AM
security zone: * the resource /oauth/token is public and not
7 years ago · Jun 15, 2018, 01:26 AM
find(user.identities, { connection: 'twitter' }); var oauthToken = twitterIdentity.access_token; var oauthTokenSecret = twitterIdentity.access_token_secret;
7 years ago · Jun 14, 2018, 10:04 PM
new Client(); $response = $http->post(env('APP_URL') . '/oauth/token', [ 'form_params' => [ 'grant_type' => 'password', 'client_id'
7 years ago · Jun 14, 2018, 07:50 PM
Could not load Spotify OAuth-Token! java.lang.IllegalStateException: Expected HTTP response
7 years ago · Jun 14, 2018, 04:04 AM
toString() {/*{{{*/ return "OAuthConsumer[key=$this->key,secret=$this->secret]"; }/*}}}*/ }/*}}}*/ class OAuthToken {/*{{{*/ // access tokens and request
7 years ago · Jun 13, 2018, 03:24 PM
get_oauth_obj = twitter_oauth.GetOauth(consumer_key, consumer_secret) # get oauth_token and oauth token secret
7 years ago · Jun 13, 2018, 06:56 AM
1.0") . ,(when #1=(cred-token cred) `(("oauth_token" ,#1#))))) (all-params `(,@oauth-params ,@(pair
7 years ago · Jun 12, 2018, 08:20 PM
did not return the oauth_token or the oauth_token_secret'); } OAuthRequestLogger::flush();
7 years ago · Jun 12, 2018, 08:20 PM
curl_setopt($ch, CURLOPT_HEADER, 0); // Sends oauth_token returned by the server
7 years ago · Jun 12, 2018, 01:50 PM
response.refresh_token = 'refresh_token' end get '/oauth/token' do end post '/oauth/token'
7 years ago · Jun 12, 2018, 05:54 AM
handler method for path /oauth/token 09/30/15 22:42:50.937 [http-nio-9931-exec-8] DEBUG
7 years ago · Jun 11, 2018, 02:18 PM
Service #### Access Token endpoint ```` /oauth/token ```` This endpoint is provided
7 years ago · Jun 10, 2018, 11:10 AM
def self.up add_column :users, :oauth_token, :string add_column :users, :oauth_secret,
7 years ago · Jun 10, 2018, 05:22 AM
token => '', :secret => '', :query => {} } options.merge!(opts) oauth.token = options[:token] oauth.token_secret = options[:secret] query
Total pages: 52