Reputation: 81
I am building this drupal website which i want to include it inside a facebook canvas...
The problem is that it's functional outside facebook but not inside it.
here's the app canvas...
http://www.facebook.com/pages/Was-penelope/475770399104342?sk=app_346824075388300
Can you please tell me, how can this happen?
Thank you!
Upvotes: 0
Views: 265
Reputation: 96353
You’re trying to display the OAuth dialog within your iframe, which you can’t. (My browser [opera] shows an error saying that this page is not allowed to be displayed in an iframe.)
Just use FB.login
to log your users in.
Upvotes: 1
Reputation: 895
I am not sure what is not functional, or may be you already found a solution, but I can see the site when I navigate to that link.
Upvotes: 0