Talk:User Login FAQ

From Facebook Developer Wiki

Jump to: navigation, search

[edit] How do I get POST data to survive require_login()?

I have a form on a page that doesn't require login. It sends POST data to a page that does. If the user is logged in, all is good.

If not, the POST data does not survive require_login().

Is there any magic pixie dust that will get my POST data to be maintained?


Has this question been answered? I have the same issue.

reference