Hi ,
Thanks for sharing your valuable experiences here .
I was able to use PHP to search twitter API and post into HANA tables, now
I am trying similar exercise however on HANA Cloud platform . Though option to call earlier created PHP destination from HANA XS is always there to mimic the action , would like to test twitter destination.
Just wondering , If i need to establish SSL trust certificates on HANA cloud platform... before i start wrting outbound XS script for ..
With consumer key, secret, access token, and token secret - from twitter account, First call to oauth/request_token api with consumer key to return toauth okens for following string to be used as HTTP request header for Authorization when calling seach api,
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".
Anyways will try and share the findings
Thanks,