function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Geetha ReddyGeetha Reddy 

Salesforce Integration Twitter

Hi,

 

I want to integrate Twitter application with my salesforce application. Can Any one help me how to retrive status from Twitter Using HTTP Request(OAuth).

 

Is there any sample code available then please share.

 

Thanks in advance.

p@sfp@sf

Hi, I am also looking for the same. Did you get any solutions. any assistance would be greatly appriciated. Thanks

WEN JIEWEN JIE

Hi 

 

I think Twitter must apply some API about how to access data from other system. You can check it, find the endpoint, then you can use OAuth2.0 send request to this endpoint to get the access_token and you can access data from Twitter by this access_token.

 

Thank you!