Content pfp
Content
@
0 reply
0 recast
0 reaction

HOLDMEDOWNLIKEGRAVITY pfp
HOLDMEDOWNLIKEGRAVITY
@dstny
Not technical really, have what may be a simple question that I missed the answer to in docs 😅 When a user inputs text into a frame, is that capturable? Say users input some info into a frame, can I store those inputs? Thanks!!
1 reply
0 recast
1 reaction

afrideva pfp
afrideva
@afrideva
The POST request body (parsed as json) has an `untrustedData` key with the input text. `inputText` will only be defined if the correct meta property is set: `<meta property="fc:frame:input:text" content="Enter a message" />`
1 reply
0 recast
1 reaction