I'm creating a facebook app with a Perl backend. The problem is that since Facebook sends the request to my web app as a POST request I'm having a problem getting the GET parameters that were also part of the base URL for the application -- in effect I'm only getting the POST params from $CGI->Vars.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
See CGI/MIXING POST AND URL PARAMETERS. Short version: use |
|||||||||
|
|
Dump CGI in favour of a better interface. Plack's
|
|||
|
|