social-identity
Functions
<dl> <dt><a href="#linkSocialAccount">linkSocialAccount()</a></dt> <dd><p>Link a social account to an ERC-8004 identity</p> </dd> <dt><a href="#getSocialLinks">getSocialLinks()</a></dt> <dd><p>Get all social links for an agent</p> </dd> <dt><a href="#unlinkSocialAccount">unlinkSocialAccount()</a></dt> <dd><p>Remove a social link</p> </dd> <dt><a href="#getAgentBySocialLink">getAgentBySocialLink()</a></dt> <dd><p>Get agent by social account</p> </dd> <dt><a href="#getVerifiedSocialAccounts">getVerifiedSocialAccounts()</a></dt> <dd><p>Get all verified social accounts (for reputation)</p> </dd> <dt><a href="#requestVerification">requestVerification()</a></dt> <dd><p>Verify social account ownership (stub - would integrate with OAuth)</p> </dd> <dt><a href="#getSocialPresence">getSocialPresence()</a></dt> <dd><p>Get social presence summary for an agent</p> </dd> <dt><a href="#searchAgentsBySocial">searchAgentsBySocial()</a></dt> <dd><p>Search agents by social account</p> </dd> </dl>
<a name="linkSocialAccount"></a>
linkSocialAccount()
Link a social account to an ERC-8004 identity
Kind: global function
<a name="getSocialLinks"></a>
getSocialLinks()
Get all social links for an agent
Kind: global function
<a name="unlinkSocialAccount"></a>
unlinkSocialAccount()
Remove a social link
Kind: global function
<a name="getAgentBySocialLink"></a>
getAgentBySocialLink()
Get agent by social account
Kind: global function
<a name="getVerifiedSocialAccounts"></a>
getVerifiedSocialAccounts()
Get all verified social accounts (for reputation)
Kind: global function
<a name="requestVerification"></a>
requestVerification()
Verify social account ownership (stub - would integrate with OAuth)
Kind: global function
<a name="getSocialPresence"></a>
getSocialPresence()
Get social presence summary for an agent
Kind: global function
<a name="searchAgentsBySocial"></a>
searchAgentsBySocial()
Search agents by social account
Kind: global function