Package com.bytedesk.social.x
Class XService
java.lang.Object
com.bytedesk.social.x.XService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.springframework.web.client.RestTemplate
private final XConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processWebhookEvent
(XWebhookEvent event) Process incoming webhook event from Xvoid
sendDirectMessage
(String recipientId, String text) Send direct message to X uservoid
Send tweetboolean
verifyWebhook
(String crcToken) Verify webhook token
-
Field Details
-
xConfig
-
restTemplate
private final org.springframework.web.client.RestTemplate restTemplate
-
-
Constructor Details
-
XService
public XService()
-
-
Method Details
-
sendDirectMessage
Send direct message to X user -
sendTweet
Send tweet -
processWebhookEvent
Process incoming webhook event from X -
verifyWebhook
Verify webhook token
-