When I get an access token from Twitter I get something like the following:
oauth_token=14410002-F5Bi8hMpQbXamM8MBBw8zw2LYIBL4FEBvxLZfaSwX&oauth_token_secret=K8QNvDcC2f9qtGU8tfa75exwLZ2Sc1jeHrThnk6Co&user_id=14410002&screen_name=blueonion
What is the oauth_token_secret? Is that what is used to sign protected requests or is the consumer_key still used.