I'm trying to figure out if this is possible or not within a facebook tab on a page.
My page url looks like this:
http://www.facebook.com/pages/appname/342342342?v=app_1234234
I simply want to pass it another param like this:
http://www.facebook.com/pages/appname/342342342?v=app_1234234&donated=1
I can do in within the app, but it doesnt work on tab - any ideas?
Tried these two:
<?php echo $_GET["donated"]; ?>
<?php echo $_REQUEST["donated"]; ?>