I can authenticate, but I am always receiving this error message:
The Facebook login could not be completed due to an error. Please create an account or contact us directly. Details about this error have already been recorded to the error log.
Error log message:
Facebook OAuth could not acquire an access token from Facebook. We queried the following URL:
https://graph.facebook.com/oauth/access_token?client_id=XXXX&client_secr...
. Facebook's servers returned an error Bad Request:
{"error":{"message":"This authorization code has been used.","type":"OAuthException","code":100}}
Please, could someone help me to fix it?
Thanks
Comments
Comment #1
tradmed commentedI am receiving the same problem and I tried several solutions mentioned in other issue entries but none of them worked for me. I still work on this issue and will share the solution when done.
iuato: have you tried any suggested solution from the other entries? This issue is "resolved" in several entries.
Comment #2
iuato commentedHi tradmed,
I have searched for similar problems too, but none of them worked for me. In my case, log in works but with a notice log, so I am just ignoring it.
Comment #3
tomrogAs sad as it is, I have the same problem (using newest, 7.x-2.0-rc1 version). I get the same drupal message after account creation (or should I write account integration) with Facebook. I also have the same error information in db_log mentoning:
{"error":{"message":"This authorization code has been used.","type":"OAuthException","code":100}}It's really weird, because Drupal manages to create account, and there are no errors except this weird notification.
Comment #4
anandbej commentedHas Anyone found the solution to this issue?
Comment #5
Chris CharltonDid you try a newer version of the module?