Postponed (maintainer needs more info)
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2012 at 07:35 UTC
Updated:
6 Mar 2013 at 06:53 UTC
Jump to comment: Most recent
Comments
Comment #1
quicksketchI recently encountered a user that had this same problem, but only for one of their two Facebook accounts. At this point, it seems to be exclusive to this users account. I'm sure there are other users out there experiencing the same thing, but at this point I have no ability to reproduce the problem or have any idea what the cause is. It does seem to be tied to particular users, so I'm guessing there's something they have configured in their Facebook account that we're not handing properly. If you have any idea on how to reproduce this problem I'll happily take a look into it, but right now I don't have enough information to reproduce and fix the problem.
Comment #2
shuklasp commentedI am also facing the same issue. My site is:
http://lekhak.org/home
Regards
Satya Prakash Shukla
Comment #3
shuklasp commentedComment #4
Prancz_Adam commentedSame issue here:
http://www.vipbudapesthostess.com
What can be the problem?
Comment #5
riaan burger commentedLost the reference link now, but for me the fix was to take the app out of sandbox mode. The link I mention stated that FB put the app into sandbox for not having a privacy policy (no notifications sent).
The reason it may appear to work is that the tester is usually also a developer of the app, so won't be affected by sandbox mode.
Comment #6
shijobaby commentedhttp://answerforu.com/2011/06/23/an-error-occurred-please-try-again-late...
Comment #6.0
shijobaby commentedsome spelling mistakes
Comment #7
Ralla commentedI've had this problem when the redirect_uri in the connect link and the Site URL in the FB App doesn't match.
Eg: http://domain.com vs. http://www.domain.com
To fix this, set your $base_url in settings.php to the same value as your Site URL in the FB App.
Hope this helps.