facebook_signed_request v0.1.1 FacebookSignedRequest

This module provides methods for checking the validity of a signed request and extracting the data out of it.

Link to this section Summary

Functions

Extracts the data of the signed request

Checks if the signed request is valid or not

Link to this section Functions

Link to this function data(signed_request, app_secret \\ get_app_secret())

Extracts the data of the signed request.

Link to this function valid?(signed_request, app_secret \\ get_app_secret())

Checks if the signed request is valid or not.