viewProfile
Displays a user's Farcaster profile.
Viewing a profile and follow a user from an app.
Usage
import { sdk } from '@farcaster/frame-sdk'
await sdk.actions.viewProfile({
fid
})
Parameters
fid
- Type:
number
Farcaster ID of the user who's profile to view.
Return Value
void