Social Media Certification Framework
Usage
Certifies the authenticity and legitimacy of profiles on X (formerly Twitter) or Bluesky, protecting users against impersonation and ensuring trustworthy communication.
Framework ID
social-media
URI format
<social-platform>:<handle>
Examples :
x:wakwelichainfor https://x.com/wakwelichainbluesky:wakweli.comfor https://bsky.app/profile/wakweli.com
Expected data parameters (optional)
data: Specific data for social-media profilestype: Type of social-media profilelegitimatefan-pagefake
description: Free text describing the requestresources[]: add extra ressources to the requesttype: Resource's mime-typeurl: IPFS URL of the resourcedescription: Free text describing the ressource
{
"data": { // Specific data for social-media profiles
"type": "type" // Type of social-media profile
},
"image": "", // IPFS url of the image
"description": "<description>", // Free text describing the request
"resources": [
{
"type": "", // Resource's mime-type
"url": "", // IPFS URL of the resource
"description": "" // Free text describing the ressource
}
]
}