CakePHP-Facebook-Plugin icon indicating copy to clipboard operation
CakePHP-Facebook-Plugin copied to clipboard

Incorrect Channel URL

Open aldeed opened this issue 13 years ago • 0 comments

The channel URL specified in the javascript added by the helper init function is not correct. It must be absolute path with protocol (or //). See https://developers.facebook.com/blog/post/530/ (under the example PHP script).

This is how I've changed it, although I've also moved the channel.php file into webroot.

channelURL : '" . $this->Html->url('/channel.php', true) . "', // Channel File

aldeed avatar Dec 11 '12 00:12 aldeed