Content
@
https://warpcast.com/~/channel/frames-v2
0 reply
0 recast
0 reaction
Dan Romero
@dwr.eth
What's the most frustrating thing when building frames right now?
25 replies
4 recasts
53 reactions
borodutch
@warpcastadmin.eth
1. creating signers (current flow doesn't redirect back to frame, soo colorino.site) 2. documentation fragmentation 3. i'd love to get at least an fid of the users that's loading the frame imageUrl so that i can create dynamic images for users right in the feed, without even the need to open the frame! can be as simple as appending ?fid=123 to all the request going out of the client to the image server
3 replies
0 recast
2 reactions
Dan Romero
@dwr.eth
> 2. documentation fragmentation Examples?
4 replies
0 recast
0 reaction
borodutch
@warpcastadmin.eth
another example: i'm trying to add webhooks to enable notifications for battle.fun, but https://github.com/farcasterxyz/frames/tree/main/packages/frame-node says i need to verify app key can't do that without neynar (and we're not using neynar in our setup) if it's a crypto key, probably need to be verifyable without 3rd parties? but no examples how to verify it without neynar is the issue cc @cassie too
1 reply
0 recast
0 reaction
Cassie Heart
@cassie
This could definitely be documented better, but if you look at the implementation of the verifyAppKeyWithNeynar method it's a wrapper to handle neynar's api key auth and calls createVerifyAppKeyWithHub, which you can use with any hub: https://github.com/farcasterxyz/frames/blob/main/packages/frame-node/src/farcaster.ts#L41
1 reply
0 recast
0 reaction