Reputation: 1421
I've made a facebook application which is working perfect except one thing. When i right click on my facebook application an clicks on "Show iframe content" I'm being redirected to my website (e.g: http://domain.com/app), that's fine. BUT when the application is loading from my domain directly, I'm being redirected to facebook with this error: http://d.pr/aW3s
Anyone have a good fix for this? :-)
Upvotes: 0
Views: 227
Reputation: 4113
A couple of things to check when you get that error:
1: Does the site work when you only run it in Facebook?
2: Usually when you get that error it is because you have multiple redirect-uri's in your code that does not match. These needs to be the same url.
3: Is your redirect-uri on the same domain as the canvas-url you have specified when you made your application on Facebook?
These should be the three main things to look for. If you can find no problems with these things you should probably try checking the developers forum, but these are the things I could come up with from the top of my head :)
Upvotes: 1