Setting up Farcaster webhooks through Neynar developer portal
target_url
. To test it out, we can use a service like ngrok to create a public URL that will forward requests to your local server.
Let’s create a simple server that logs out the event. We will be using Bun JavaScript.
bun serve index.ts
, and run ngrok with ngrok http 3000
. Copy the ngrok URL and paste it into the “Target URL” field in the Neynar developer portal.