views:

722

answers:

3

1) Make sure you're logged out of facebook

2) Go to http://apps.facebook.com/marketplace/

3) Click one of the Items for Sale categories

4) Login at the top

5) You'll get back to a malformed URL / improper redirect

This is happening to my facebook app as well. Does anyone know a workaround for this?

Thanks

A: 

I experienced the same thing, i believe it started yesterday. From what i hear FB pushes codes changes and Wednesday making Thursday somewhat buggy. Not sure if updating your post authentication URL would fix this, since it appears to be an issues on their side??

mAuo
forcing a user to login with $facebook->get_loggedin_user() seems to take them to the right log in page. do you know the rails equivalent? i can't seem to find the source code of that function
Tony
A: 

Same for me as well. You can open a bug here, or perhaps see if one is already opened: http://bugs.developers.facebook.com/

Drew Hoskins
A: 

I'm having this problem too. When a user logs in using the fields in the Facebook chrome at the top right of the page, they get redirected to: WWW.facebook.com/my-app/ ... which results in a "page not found" instead of APPS.facebook.com/my-app/

This bug has been submitted to FB's bugzilla.
http://bugs.developers.facebook.com/show_bug.cgi?id=6058

Let's hope they fix it soon.