veganbeef pfp

veganbeef

@veganbeef

257 Following
744 Followers


veganbeef pfp
veganbeef
@veganbeef
We don't currently have an API that both sends notifications and also sends casts or DCs, but if you'd rather not query notification tokens directly, you can do it with just two APIs: 1) broadcast to all your tokens with neynar's POST /farcaster/frame/notifications route 2) read the response from the POST request to see the FIDs from all failed notifications, and send a DC or reply cast for those failed FIDs you can see the structure of the notifications response here: https://docs.neynar.com/reference/publish-frame-notifications#send-notifications
0 reply
0 recast
1 reaction

veganbeef pfp
veganbeef
@veganbeef
Curious how your mini app notifications are performing? Want to know if one notification drove more clicks than another? @neynar now offers advanced notification analytics for customers using the Neynar starter kit or the MiniAppProvider from @neynar/react See the updated notifications guide for more info on how to set this up, and please reach out with any comments or questions πŸͺ https://docs.neynar.com/docs/send-notifications-to-mini-app-users#send-notifications-to-mini-app-users
2 replies
3 recasts
28 reactions

veganbeef pfp
veganbeef
@veganbeef
Vulfpeck always hits just right πŸ‘Œ
0 reply
0 recast
1 reaction

veganbeef pfp
veganbeef
@veganbeef
Cool char constraint on posts, but what is a signification of β€œouliposting”?
1 reply
0 recast
3 reactions

veganbeef pfp
veganbeef
@veganbeef
sure, happy to chat
0 reply
0 recast
1 reaction

veganbeef pfp
veganbeef
@veganbeef
The new filtering options for the Send Notifications API are now available on the @neynar dev portal! Log in to your Neynar account at dev.neynar.com and navigate to your Mini App page to see the new options. As always, please reach out if you have any issues or need help πŸͺ
2 replies
2 recasts
10 reactions

Quazia pfp
Quazia
@quazia
Just finished adding support for the new native Solana provider to the neynar mini-app template 😁 Thanks for the assist @veganbeef and @ashoat.eth that made this addition an absolute breeze πŸƒ whose gonna build Sol tipping huh?!? https://github.com/neynarxyz/create-farcaster-mini-app
2 replies
4 recasts
12 reactions

veganbeef pfp
veganbeef
@veganbeef
If you're struggling with updating your existing web app to be a mini app, or if you want to understand more about the bare minimum of what makes something a mini app, check out this guide in the @neynar docs: https://docs.neynar.com/docs/convert-web-app-to-mini-app It's been updated with React-based code examples, so converting to a mini app can be as simple as copying and pasting! πŸͺ
5 replies
3 recasts
27 reactions

veganbeef pfp
veganbeef
@veganbeef
Huge! Now I can send memes directly to my friends like the social degenerate I am lol
0 reply
0 recast
1 reaction

veganbeef pfp
veganbeef
@veganbeef
- yes we can add that filter, will add it to the to do list - no way to import notification tokens as of now, but we’re looking into it
0 reply
0 recast
1 reaction

veganbeef pfp
veganbeef
@veganbeef
Tired of batching notifications 100 users at a time? Want to target specific user segments with your notifications, maybe by location or user score? We've updated the Send Notifications API from @neynar to allow for user filtering and a "broadcast to all" feature, so you don't ever have to worry about notification tokens again. As always, please reach out with issues or suggestions for new filters πŸͺ https://docs.neynar.com/docs/send-notifications-to-mini-app-users#step-3%3A-send-a-notification-to-users
2 replies
6 recasts
19 reactions

veganbeef pfp
veganbeef
@veganbeef
@ghostlinkz.eth can you go directly to the page here? https://docs.neynar.com/docs/create-farcaster-miniapp-in-60s (we recently updated our docs, including page routes, to use the phrase "mini app" instead of "frame")
1 reply
0 recast
0 reaction

veganbeef pfp
veganbeef
@veganbeef
check the farcaster mini app manifest spec, under the "primaryCategory" property: https://miniapps.farcaster.xyz/docs/specification#frame
0 reply
0 recast
0 reaction

veganbeef pfp
veganbeef
@veganbeef
nice! the other piece you'll need to add is an API route to dynamically generate the actual images based on fid (or whatever else you want to pass in) https://github.com/neynarxyz/create-farcaster-mini-app/blob/main/src/app/api/opengraph-image/route.tsx
0 reply
0 recast
1 reaction

veganbeef pfp
veganbeef
@veganbeef
the example in the starter kit uses the nextjs generateMetadata() function to update the imageUrl in the "fc:frame" HTML meta tag, so if you're using nextjs you can just copy that pattern from here: https://github.com/neynarxyz/create-farcaster-mini-app/blob/main/src/app/share/%5Bfid%5D/page.tsx
1 reply
0 recast
2 reactions

veganbeef pfp
veganbeef
@veganbeef
Want to make your mini app extra fresh with a dynamically generated embed image? @neynar has you covered! Check out the new example in our mini app starter kit: npm create @neynar/farcaster-mini-app@latest Just paste [yourURL].com/share/[fid] in any farcaster client to see your user-specific preview (with data sourced from the Neynar API ofc) πŸͺ
2 replies
5 recasts
30 reactions

veganbeef pfp
veganbeef
@veganbeef
Join Dollarchain β€” once 100 people are on the waitlist, the game starts!
1 reply
1 recast
5 reactions

veganbeef pfp
veganbeef
@veganbeef
To clarify, the farcasterFrame connector works in Coinbase Wallet beta mode but not regular Coinbase Wallet, so this update provides compatibility for that as well as general browser usage.
1 reply
0 recast
0 reaction

veganbeef pfp
veganbeef
@veganbeef
No, I couldn't get the farcasterFrame connector to work in Coinbase Wallet (and sdk.context was always undefined). Even in an app using Minikit, the context was falsy in Coinbase Wallet, so the MinikitProvider would fall back to the coinbaseWallet connector. It seems like the Coinbase Wallet frame client might be more like a web browser, just based on the internal logic of Minikit.
1 reply
0 recast
0 reaction

veganbeef pfp
veganbeef
@veganbeef
We've had some compatibility issues with windows environments, and I just pushed some updates that might be causing issues. I'll DM you to help debug further and find a fix.
0 reply
0 recast
0 reaction