-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does the commercial version of registration v2/register?ENC= vname mean? How to generate it? #3237
Comments
it is a VerifiedNameCertificate in e2e_pb. |
May I ask for your advice on registering WhatsApp business I found some information online that someone prompted me to obtain a verification code for the commercial version. After obtaining the verification code, it looks like this. use code to register ===> { I don't know if it's right for me to register for business like this const privateKey = Buffer.from(privateKeys, 'base64');
} var vname = this.generateVName(request.params.e_ident); const serializedVName = vname.serializeBinary(); vname = Buffer.from(serializedVName).toString('base64'); |
I am studying this and I am paying for it |
@musir88 Has this problem been solved? |
YES |
|
What does the commercial version of registration v2/register?ENC= vname mean? How to generate it?
The text was updated successfully, but these errors were encountered: