Web developer @ AirSwap
8 Followers
If you build up a following in Farcaster, in the future you can take that following elsewhere. It should be the last time you need to build a following, unless I’m misunderstanding it. Web2 platforms can and do ban people for no reason and that’s the end of the line
Who is going to Ethcc 2024 in Brussels?
Where do I add the `fc` properties in my frames.js application? My page.tsx app comes with this out of the box: `export async function generateMetadata(): Promise<Metadata> { return { title: "my title", description: "my description", other: { ...(await fetchMetadata(new URL("/frames", appURL()))), }, }; }` But when I debug my application I see these errors: `fc:frame Missing required meta tag "fc:frame" fc:frame:image Missing required meta tag "fc:frame:image" og:image Missing meta tag "og:image"` It looks like `fc:frame` is already there in the `other` property. How Can I add properties like `fc:frame:image` to my app? It's nowhere to be found in the boilerplate code.
Are there any telegram or discord groups where I can ask for help?