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 StringbytesToHex(byte[] bytes) getUserProfile(String userId, String pageAccessToken) 获取用户信息private StringbooleansendMessage(String platform, String recipientId, String messageText, String pageAccessToken) 发送消息到Meta平台booleansetMessengerProfile(String webhookUrl, String pageAccessToken) 设置Messenger ProfilebooleanverifySignature(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