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 saw it in one app. I want that my app after publishing info on user wall redirects to another facebook tab with application. How can I make it? Thanks for answer.

I saw it in this app: http://www.facebook.com/pages/Zmien-Kolor-Swojego-Fejsa/438226459533001?sk=app_190322544333196

share|improve this question
1  
What have you tried? Do you have some code? – Widor Jul 20 '12 at 12:37
I haven't tried anything – Want to know that. Jul 20 '12 at 14:44

closed as not a real question by Perception, Martin., Richard Harrison, Igy, Bill the Lizard Apr 2 at 13:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

It's possible with javascript and something like that :

window.top.location.href = "http://some-url.com";
share|improve this answer
I will try it. Thanks – Want to know that. Jul 20 '12 at 14:45

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