All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.replyyes.facebook.messenger.bean.Optin Maven / Gradle / Ivy

There is a newer version: 0.1.0
Show newest version
package com.replyyes.facebook.messenger.bean;

import lombok.Data;

/**
 * Wrapper for the data-ref field on the 'Send to Messenger' plugin. This field can be used
 * by developers to associate a click/tap event on the plugin with a callback.
 *
 * https://developers.facebook.com/docs/messenger-platform/webhook-reference/authentication
 */
@Data
public class Optin {
    /**
     * data-ref parameter that was defined with the entry point. Required.
     */
    private String ref;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy