Package com.bytedesk.social.instagram
Class InstagramWebhookController
java.lang.Object
com.bytedesk.social.instagram.InstagramWebhookController
@RestController
@RequestMapping("/webhook/instagram")
public class InstagramWebhookController
extends Object
-
Field Details
-
instagramService
-
-
Constructor Details
-
InstagramWebhookController
public InstagramWebhookController()
-
-
Method Details
-
verifyWebhook
-
handleWebhook
@PostMapping public org.springframework.http.ResponseEntity<String> handleWebhook(@RequestBody InstagramWebhookEvent event)
-