getConfig() getConfig( $key) : mixed Testing getting a configuration option. Parameters $key Returns mixed — result of configuration key.
description() description() : string Get the description for Facebook Plugin Returns string — plugin description
randPass() randPass( $length) : string Random strong string password generator Parameters $length Returns string — password
_isAvailable() _isAvailable( $name) Utility method to test if this is available key. Parameters $name
parseSignedRequest() parseSignedRequest( $signed_request) : \associative Parse the signed request from registration Parameters $signed_request Returns \associative — array of registration data
base64_url_decode() base64_url_decode( $input) : string Helper function to base64 decode a string passed through a url. Parameters $input Returns string — base64_decoded