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 have an application in Flex and in the HTML file I have some javascript scripts. Javascript first login to Facebook and take some actions depending the user and configuration before loading the Flex application. Once all is ok, Flex app loads and login again to Facebook and here is the inconvenience. It appears a popup window from Facebook, remain for 2 or 3 seconds and close again.

Well, all work perfectly. The question is that we have noticed that browsers with the 'block pop up window' option enabled, do not let the login and the Flex app can not start as should.

Would you mind giving me an advice about what should I do for avoiding this?

Thanks in advance.

share|improve this question

1 Answer

up vote 0 down vote accepted

i solved the problem. I only had to erase the login call within the Flex code. That's because I first login in Javascript.

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.