WhatsApp / WhatsApp-OTP-Sample-App

Sample app that integrates with WhatsApp OTP (One-Time Password) copy code and "one-tap" autofill features. This project shows how to send and receive OTP code from WhatsApp and best practices around integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Sample handshake error

naiyizhang opened this issue · comments

In this document,https://developers.facebook.com/docs/whatsapp/business-management-api/authentication-templates#---3,when handshake, should put ci param to intent, the ci is PendingIntent pi = PendingIntent.getActivity() , int the Andorid sample , the ci is PendingIntent.getBroadcast(), so which one is right?

Both will work.