Package com.bytedesk.social.meta
Class MetaService
java.lang.Object
com.bytedesk.social.meta.MetaService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
bytesToHex
(byte[] bytes) getUserProfile
(String userId, String pageAccessToken) 获取用户信息private String
boolean
sendMessage
(String platform, String recipientId, String messageText, String pageAccessToken) 发送消息到Meta平台boolean
setMessengerProfile
(String webhookUrl, String pageAccessToken) 设置Messenger Profileboolean
verifySignature
(String signature, String payload, String appSecret) 验证webhook签名
-
Field Details
-
restTemplate
private final org.springframework.web.client.RestTemplate restTemplate -
objectMapper
private final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
apiVersion
-
GRAPH_API_BASE_URL
- See Also:
-
-
Constructor Details
-
MetaService
public MetaService()
-
-
Method Details