Twitter API Integration

i have a challenge with twitter API can anyone guide me how to integrate Twitter API With UiPath

@phani.chunduru

Welxome to the community

Hope this helps

https://docs.uipath.com/integration-service/automation-cloud/latest/user-guide/uipath-twitter-twitter-authentication

If you are having any specific issue please elaborate more that

Cheers

Add following package from “manage packages”
UiPath.WebAPI.Activities

Use http request activity.

  1. To fetch Direct Messages
    endpoint: https://api.twitter.com/1.1/direct_messages/events/list.json
    Add following parameters
    Authorization:Bearer Your Bearer Token
    Content-Type: application/json
    Accept: application/json
    API-Key: Your API key
    API-Secret-Key: Your API Secret Key
    Access-Token: Your Access Token
    Access-Token-Secret: Your Access Token Secret
    Use OAuth1 Authentication
    Consumer Key: Your API key
    Consumer Secret: Your API secret Key