Talk:User Login FAQ

From Facebook Developer Wiki

Revision as of 21:41, 20 May 2009 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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