Closed (works as designed)
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 20:26 UTC
Updated:
21 Apr 2020 at 08:50 UTC
Jump to comment: Most recent
Comments
Comment #1
LGLC commentedThis is due to a bug in the Facebook API and nothing to do with this module. See comment #1 on #1314940: Set Custom Landing Page URL for Login and Register.
Comment #2
jmaguniaThis JavaScript code is something to consider. It removes everything but the '#'. I'm not sure but it may trigger a page refresh.
If you're caching JavaScript, be sure to flush caches after the adding the code to a custom module.
Comment #3
DocRPP commentedFacebook officially declared that they will be adding these wierd charecters at the end of the url, and that app developers please be ready to handle that. I forgot where I saw that, though.
Comment #4
jduhls commentedI don't use this module, but this facebook oauth "feature" breaks drupal ajax-enabled form elements. the javascript above fixes.
From https://developers.facebook.com/blog/post/552/ :
Change in Session Redirect Behavior:
This week, we started adding a fragment #_=_ to the redirect_uri when this field is left blank. Please ensure that your app can handle this behavior.
Comment #5
noopal commentedI tried for hours to remove the appended code.
It was finally resolved buy the script in #2.
Thanks