Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction
xR0am | tip.md
@xr0am-
@phil and others looking to do, here you go s/o to @cashlessman.eth for the initial help when I did mine 1- in farcaster.json, add this line(its the home url of your app) no need to create another page castShareUrl: your link as string like https://tip.md/miniapp 2- add this code to your miniapp entry point import { useSearchParams } from "next/navigation"; const searchParams = useSearchParams(); const castFid = searchParams.get("castFid") useEffect(()=>{ if (castFid){ setRefid(castFid) // alert(castFid) } },[context]);
0 reply
1 recast
4 reactions