Hi
I am trying to authorise twitter app from PEGA but i am unable to do so.

Could you please help me on the same as I am trying to auto reply from pega based on incoming tweets on my given handle?
I have created necessary OAuth profiles to connect betweet twitter and pega environments, and also provided call back URL as my dev env URL where i am integrating twitter.Please find the below screenshot which i encountered when i run the activity in pega.
I assume that this issue from twitter end as they might have changed thier authorisation policies,if so request you please provide us some solution for the same.

Thanks in advance

When you are on that page, does the URL have oauth_token parameter with a value? if there is no value the issue is when you are getting the request_token.

Hi Abraham,

OAuth _token has a value.
I encountered a fail saying my Callback URL has not been approved by the client application.
How do i approve the Callback URL?

help me,how to resolve this?

Thanks in advance!

You can read about callback URLs in the documentation. Basically you have to list the callback URLs in your app settings.

i have listed the call back url in app settings but i am facing the same issue “As callback url is not approved from client application

Can you please provide the callback URLs that you listed in your app settings and are using in your request to the oauth/request_token endpoint?



image

Please find the screenshots which i tried to perform in my dev environment.
Please correct me if i went wrong in configuring the app in my dev env.

Please make sure to include the oauth_callback parameter in your request to the POST oauth/request_token endpoint.

1 Like