Hi ,
Thanks for sharing your valuable experiences here .
I am trying similar exercise however on HANA Cloud platform .
I have consumer key, secret, access token, and token secret - from twitter account.
I am thinking of constructing following string and use it to set HTTP request header for Authorization :
OAuth oauth_consumer_key="XX",oauth_nonce="XX",oauth_signature = "XX",oauth_signature_method = "HMAC-SH1", oauth_timestamp = "XX", oauth_token = "XX", oauth_version = "1.0"
Could you share thoughts on what values to use for oauth_nonce , oauth_signature etc.
Thanks,