Socials
Socials represent a builder's connected social media accounts and their associated data.
What are Socials?
In Talent Protocol, a Social is a verified connection to a social platform like X/Twitter, Farcaster, Lens, or LinkedIn that:
Provides additional context about a builder's reputation
Contains metadata such as follower count, following count, and profile details
Has been verified through OAuth or other verification methods
Social Properties
Each Social connection includes:
source
: The platform (e.g., "lens", "farcaster", "github")owner
: The account identifier on that platformfollower_count
: Number of followersfollowing_count
: Number of accounts followeddisplay_name
: Display name on that platformname
: Username on the platformprofile_url
: Link to the social profileimage_url
: Profile picture URLbio
: Profile descriptionlocation
: Location listed on the social platformowned_since
: When the account was first verified
Accessing Social Data
API v2 provides dedicated endpoints to access a profile's social connections, allowing developers to:
Verify cross-platform identity
Assess social credibility
Display social proof in applications
Last updated
Was this helpful?