Skip to content

Social Link

Examples

A WeChat configuration

In this example:

  • You have deployed your web app to conference.abc.com
  • WeChat have asked you to create a text file called MP_verify_GFp5sQN21FwAzxIl.txt with the contents GFp5sQN21FwAzxIl and upload it to the root of the service URL. Adding it to the configuration is all you need to do.
{
    "name": "WeChat integration",
    "type": "wechat",
    "experience_id": "developer-conference-2022",
    "domain": "conference.abc.com",
    "app_id": "wx3ba6d32fc317111b",
    "app_secret": "c5bbeae0a76239e7fb444bf3ee9cc68d",
    "auth_file_name": "MP_verify_GFp5sQN21FwAzxIl.txt",
    "auth_file_contents": "GFp5sQN21FwAzxIl"
}