facebook iframe application gives null GET/POST
- by misterjinx
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.