Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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"]; ?>
share|improve this question
note: those links arent supposed to work – Wes Nov 26 '10 at 7:32

1 Answer

up vote 0 down vote accepted

Wes, I am not sure this is possible at this time.

I am also seeking a solution to this problem. It looks like iFrames in the Tabs will be available soon, and hopefully this change will allow access to the parent URL, similar to iFrame canvas applications.

I have asked a similar question here: http://developers.facebook.com/blog/post/434

Let me know if you come across any solutions!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.