what am i doing wrong??any ideas thanks in advanced
what am i doing wrong??any ideas thanks in advanced
you configured it wrong, when adding a platform you need to add facebook canvas not website.
then i still get check app id etc....
having said that i changed to a different page in admin dashboard and went back to plugin config and i now see ...
and the app is online....
i click the edit link and it takes me to the facebook app....
i just cant understand whats wrong..
any help is greatly apreciated...
do i need https on my server?
if i try to bring up the site with https it wont load
fbconnect/controllers/connect.php line 57 - 59
FROM:
$language = OW::getLanguage();
$fbUser = $this->service->fbRequireUser();
TO:
$language = OW::getLanguage();
$this->service->setToken($_GET['accessToken']);
$fbUser = $this->service->fbRequireUser();