Today, on my Facebook app, links appear to be broken. Everytime you click a link (to another page of the application, not external), Facebook returns the user to the login prompt, even if the user has already logged in.. I usually use relative urls, but if I set absolute, the link doesn’t work too, but in this case the page doesn’t change…
Anyone having same problems? Any ideas? I just can’t find solutions..
Edit: for “Facebook app” I mean an iframe application that runs on Facebook site, not the Facebook application for a mobile device
Solved 🙂 The problem was I used on old versione of the PHP SDK. I’ve updated the SDK with the latest version and also the Login part of the code; now it’s ok. Thanks all for your help 😉