Skip to content

openUrl

Opens an external URL.

If a user is on mobile openUrl can be used to deeplink users into different parts of the Farcaster client they are using.

opening a url

Opening an external url with openUrl.

Usage

import { sdk } from '@farcaster/frame-sdk'
 
await sdk.actions.openUrl(url)

Return Value

`void