facebook iframe application gives null GET/POST
Posted
by
misterjinx
on Stack Overflow
See other posts from Stack Overflow
or by misterjinx
Published on 2010-12-28T19:48:50Z
Indexed on
2010/12/28
19:54 UTC
Read the original article
Hit count: 315
hey everybody,
I came up to something really strange with a facebook iframe application. I don't know why but my global supervariables $_GET and $_POST are empty (nulls actually)!
As far as i know, when using iframe for doing applications all the specific facebook variables are kept inside the $_GET variable. But for some reason now I don't have anything. I don't know what might be the problem.
And as this wouldn't be enough, when i submit a form using POST as method, my $_POST variable is also null!
What you guys think might be the problem? I've spent half a day trying to figure this out, but i didn't get any result.
© Stack Overflow or respective owner