I built a facebook apps from an tutorial with using adobe flash builder 4.5 . It is hosted on heroku.
This app gets name, image, birthday and status message . It d
Selam Ceyhun,
This is expected behavior, what you can do for this is simply:
<script type='text/javascript'> if (window.top.location == window.location) window.top.location = 'https://apps.facebook.com/myapp'; </script>
that's it.