Skip to content

viewProfile

Displays a user's Farcaster profile.

viewing a profile from an app

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