Skip to Content
0
Jan 14, 2023 at 07:14 AM

Connecting twitter by https

81 Views Last edit Jan 14, 2023 at 07:17 AM 2 rev

Message processing failed.

Processing Time: 966 msError DetailsResponseException{requestLine=POST https://myTrial.hana.ondemand.com/oauth/token, statusline=401 Unauthorized, headers=Headers{headers={cache-control=[no-store], content-type=[application/json], date=[Sat, 14 Jan 2023 06:16:36 GMT], pragma=[no-cache], server=[nginx], strict-transport-security=[max-age=31536000; includeSubDomains; preload;], transfer-encoding=[chunked], www-authenticate=[Basic realm="UAA/client", error="unauthorized", error_description="Unable to map issuer, https://myTrial.authentication.ap21.hana.ondemand.com/oauth/token , to a single registered provider"], x-content-type-options=[nosniff], x-frame-options=[DENY], x-vcap-request-id=[a227e0ac-7a81-48fa-68ea-d006929e578a], x-xss-protection=[1; mode=block]}}, body='null'}


hello I am tying to search tweets by CPI. In the flow, I got a bearer token and now I am trying to send a request.

I checked whether my token is available or not by using Postman. https://api.twitter.com/2/tweets/search/recent?query=(happy OR happiness OR excited OR elated) lang:en -birthday -is:retweet like this in local environment.
This is my setting below. The keyword is 'SAP'

image.png

image.png

help me ;(

Regards,

Attachments

image.png (35.3 kB)
image.png (35.3 kB)
image.png (3.9 kB)