i have created facebook application in which i need to redirect user from tab page to canvace page and also redirect back to tab page from canvace page... using php header('location:'); this command is working but it dose not directly redirect to tab page... temporary i will redirect to facebook logo page with redirection link "Go facebook." on clicking that like we can redirect to tab page... Is there any solution to direct redirection to tab page from canvance 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.
|
|
|
Yes there's:
This way is mentioned in the Facebook documentation in a couple of places. |
|||
|
|
|
To get it to work in Internet Explorer I had to use following code:
|
|||
|
|
is working well in IE, but NOT in firefox and Chrome !! |
|||||
|