Azure Logic Apps - Twitter Connector Issue - Create and authorize OAuth connection failed.

2023-05-05T16:04:04.34+00:00

Hi,

I am facing issue with azure logic apps twitter connector. I entered the details as given in twitter developer account. But still couldnt connect in azure logic apps.

Error: Create and authorize OAuth connection failed.

Any help is most welcome.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2023-05-08T20:34:10.3766667+00:00

    Here are some things @Venkatasubramanian Balasubramanian you can check

    1. Assuming your account is verified, confirm you have the correct consumer key, secret, access token, and access token secret.
    2. Verify your Twitter app has access to your Twitter account.
    3. Check that your Twitter app you created has the correct callback URL; should look something like https://prod-00.<region>.logic.azure.com/workflows/<workflow-name>/triggers/manual/paths/invoke/oauth2/callback where
    • prod-00: This is the Logic App runtime environment.
    • <region>: This is the region where your Logic App is deployed. For example, westus2.
    • <workflow-name>: This is the name of your Logic App workflow.
    • triggers/manual/paths/invoke: This is the path that is used to trigger the OAuth callback.
    • oauth2/callback: This is the endpoint that the OAuth provider will call back to after the user has authenticated.

    If that still doesn't work, you may need to remove the OAuth connection and retry the operation. If you're still having issues, please comment down below so we can work offline with you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.