I have configured a ConsumeTwitter processor as Pierre Villard shows in this example: https://www.youtube.com/watch?v=QZimEK6IAFI
There isn't much to it: take the bearer token associated with your twitter developer account, drop it into the processor, set the fields you want from twitter. But I get this error: 16:18:47 UTCWARNING13391360-1597-1ec5-72aa-15625fec76bf ConsumeTwitter[id=13391360-1597-1ec5-72aa-15625fec76bf] Twitter Stream [Search Endpoint] API connection failed: HTTP 403: com.twitter.clientlib.ApiException: Message: HTTP response code: 403 HTTP response body: null HTTP response headers: {cache-control=[no-cache, no-store, max-age=0], content-disposition=[attachment; filename=json.json], content-type=[application/json; charset=utf-8], date=[Wed, 31 Jul 2024 16:18:47 UTC], perf=[7402827104], server=[tsa_b], set-cookie=[guest_id=v1%3A172244272772648268; Max-Age=34214400; Expires=Sun, 31 Aug 2025 16:18:47 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None], strict-transport-security=[max-age=631138519], x-access-level=[read], x-connection-hash=[0c53d1842914850fdb6f46a930928a21af63b51706267f8223645ce9b2f21faa], x-content-type-options=[nosniff], x-frame-options=[SAMEORIGIN], x-rate-limit-limit=[40000], x-rate-limit-remaining=[39998], x-rate-limit-reset=[1722443567], x-response-time=[27], x-transaction-id=[a8f8b5cb0bea0da8], x-xss-protection=[0]} What else must be configured to have success with ConsumeTwitter?