I'm using a static iframe tab application for an iframe. I coded a send friend invitation button, but they get to the static iframe tab application page instead of my Facebook page. How can I redirect them to my Facebook page?
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.
|
|
|
It's not completely clear which Facebook functionality you using to implement what you call "send friend invitation button" If you speaking about Send Button social plugin (Facebook doesn't recommend using this for invitations) than you should be able to specify URL to send. If you using Requests Dialog (Application Requests are recommended way of sending invitations to friends), which is more likely, than you should be aware of some things:
Best solution to your problem (IMO) is hosting content of Page Tab on your own, creating application and configuring Page Tab URL pointing to your static page and Site URL pointing to landing page that will redirect users to your Facebook Page. |
||||
|
|