Twitter OAuth Request Token Using Grackle
I am currently trying to use the Grackle Ruby GEM to integrate with the Twitter API, but I have encountered a little snag. I am attempting to perform a GET to twitter.com/oauth/request_token, but according to the OAuth spec I need to provide the following values: oauth_consumer_key oauth_signature_method oauth_signature oauth_timestam...