We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

facebook connect not recognizing app id or secret | Forum

Richard
Richard Nov 27 '14
not working for me too. i have uninstalled and uploaded the new plugin to the server. 


what am i doing wrong??any ideas thanks in advanced






Attachments:
  1.png (133Kb)
  2.png (149Kb)
ross Team
ross Nov 27 '14
See tutorial: http://docs.oxwall.org/plugin-tuts:facebook-connect

you configured it wrong, when adding a platform you need to add facebook canvas not website. 

Richard
Richard Nov 28 '14
thankyou @ross i will try again andd let you know. :D


Richard
Richard Nov 28 '14
im still having problems i have configured so...




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...

The Forum post is edited by Richard Nov 28 '14
Richard
Richard Nov 28 '14
ive got further... the login window facebook actually tries to log me in but i get this after....




im baffled after that 

ross Team
ross Nov 28 '14
Richard, can you please delete the current app and create new one following the instructions I sent you, if the issue persists, please PM me your FB account access details and admin access details, I'll try to assist you.
Richard
Richard Nov 28 '14
@ross, i have sent you the details, thanks in advanced



The Forum post is edited by Richard Nov 28 '14
Richard
Richard Nov 29 '14
i think i know what the problem maybe..


do i need https on my server?


if i try to bring up the site with https it wont load


ross Team
ross Nov 30 '14
Please remove security check on Facebook, so I could proceed.
Richard
Richard Nov 30 '14
done
ross Team
ross Dec 2 '14
Richard Your server probably blocks outgoing CURL requests, contact your provider and ask him if he could open access to the Facebook API server (graph.facebook.com).
Webster Molaudi
Webster Molaudi Jan 11 '19
Has any one managed to get a fix for this i tried everything on this topic even followed https://wiki.oxwall.com/plugin-tuts:facebook-connect with no luck :(
ArtMedia
ArtMedia Jan 13 '19
check if facebook don't block your ip server
Webster Molaudi
Webster Molaudi Jan 14 '19
How do i do that ?
Paul
Paul Jan 14 '19
This bugfix helped me:


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();

The Forum post is edited by Paul Jan 14 '19
Viktoriia Smith
Viktoriia Smith Aug 20 '23
It sounds like you're experiencing a persistent integration issue with the Facebook Connect plugin. Ensure that your domain settings on the Facebook Developer platform match your website's domain, and that all required permissions are set correctly. Sometimes, it can also be a conflict with other plugins or changes in Facebook's API. If these preliminary checks don't resolve your issue, it might be beneficial to seek professional assistance. The experts at JoinToIT https://jointoit.com/ can delve deeper into the problem and provide a tailored solution to ensure smooth integration.
Pages: « 1 2 3