Content pfp
Content
@
0 reply
0 recast
0 reaction

Dan Romero pfp
Dan Romero
@dwr.eth
Developers: if we could improve or add one thing that would make your life easier as a Farcaster developer, what would it be? 1. Frames - make faster, more functionality 2. Composer / Cast Actions 3. DC APIs 4. More functionality for warps 5. Improve Sign in with Farcaster - reliability, more clients 6. Something else
52 replies
7 recasts
130 reactions

Kartik pfp
Kartik
@slokh
Two new actions for frames: `auth` and `compose` `auth`: Redirects to target link with `?data=${trustedData.messageBytes}` appended. Apps can trust this and authenticate a user, avoids the post_redirect round trip so feels smoother. `compose`: Opens up a composer action. Would also want the ability to pass in data to open the action with a specific context. Use case would be Nook frames could prompt other users to compose a cast to leave their own review for something someone shared.
3 replies
0 recast
6 reactions

Samuel pfp
Samuel
@samuellhuber.eth
Deep linking via intent to a composer action would be enough here no? Link property or post redirect with a link that opens the composer action in Warpcast?
1 reply
0 recast
0 reaction

Kartik pfp
Kartik
@slokh
Easier for clients to make it a new action type, you have to open it with the compose context since the composer action needs to callback to the composer to generate the cast. I prefer there to be more specific action types that are scoped to specific use cases
1 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
Check makes sense to allow for a generic action so it works in any client That could also pass information already like the hash it came from etc to be used in the initial post to the composer action server
0 reply
0 recast
0 reaction