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.

In my canvas application i perform redirect to facebook pay dialog and it appears inside app iframe with Facebook header and footer (so they are doubled). The option "display=iframe" is not allowed for this type of dialog so i can't see any way to avoid doubled headers and footers.
Any help?
Thanks.

share|improve this question

1 Answer

Why not trigger the dialog from the javascript SDK instead?

share|improve this answer
@lgy, It's more comfortable for me to process user actions at server side. Also, FB api documetation gives that direct link to pay dialog and it seemes to be ok to use it somehow. – jim May 25 '12 at 14:46
It is, but you can't iframe it by linking directly to it, is display=popup an option for you? – Igy May 25 '12 at 16:43
only "page" is applyable. So will run with JS SDK for the beginning... – jim May 25 '12 at 20:02

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.