My Site was working fine till last night. Today I am unable to login with facebook. The functionality was working 100% till last night. I don't know what happen. Suddenly it stops working.
Facebook OAuth could not acquire an access token from Facebook. We queried the following URL:
https://graph.facebook.com/oauth/access_token?client_id=**************&client_secret=**********&redirect_uri=http%3A//example.se/en/fboauth/connect&code=AQDpUk_F6ipCTQXirvAJdHWgc4zS6kGSKjZLIUnqYLLIZAWIBHyAbHalsj0b6AW0_a91mAG74ts8_YphxGjq_YR-MUlnUhJEQ6gY/
. Facebook's servers returned an error Connection timed out:
(no data returned)
Comments
Comment #1
NVaissaud commentedI've got the same problem.
I try to login/register through the fb connect button. But it seems i can't get any access token. The request returns code -110 (Connection timed out)
When i paste the query url into my browser, evrything seems to be fine.
Is it a server configuration issue?
edit: I tried disabling Ipv6 by adding Listen 0.0.0.0:80 in /etc/apache2/ports.conf but still not working
Comment #2
NVaissaud commentedIt was a firewall issue which prevent me from requesting any url in https://
The module is perfectly working for me now.
Comment #3
roberttstephens commentedrafiqasad, it seems to me like this could be a server configuration error on your site. Facebook is saying it got an error on your site.
Were you able to get this resolved?
Comment #4
harnarayant commentedThis happend to me and then i found it to be a firwall issue and its resolved.
Comment #5
gregglesBased on the comments this issue was due to firewalls and not a bug in this module.
Comment #7
itqan-2010 commentedwhich firewall setting should i change , cause i am facing the same problem... thanks
Comment #8
anandbej commentedCan someone please tell me how to change the firewall settings to fix the issue?