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'm having a app in FB , it working in http url fine , but it's not working in https url ,

http://www.facebook.com/testappisha/app_453043998071644

https://www.facebook.com/testappisha/app_453043998071644

I can load https live coding mode in normal browser but it not loading inside the facebook , if any one can help me ?

share|improve this question
actually it doesnt work both. – guybennet Oct 22 '12 at 11:50
Since both version of your page load OK – it’s maybe just the app settings? Check if you made a mistake there in setting the correct paths. – CBroe Oct 22 '12 at 11:52
facebook.com/testappisha/app_453043998071644 this url not working friends , check this in this page i can see only empty page – user1690703 Oct 22 '12 at 12:00
@user1690703 I think if you use the canvas page url apps.facebook.com/testappisha it will work. This will first ask you to accept permissions for the app and then you are redirected correctly. – Neil Oct 22 '12 at 12:35

1 Answer

Check your app settings. I think the Page Tab URL is not exist. The "pagelet_app_runner" div element must contain an iframe with your code in, but in your pagetab it is empty.

Sorry for my English.

share|improve this answer
i'm used this following url for the page tab url giveisha.org/demo/fbapp/index.php is it correct ? – user1690703 Oct 23 '12 at 4:34
Yes, it is working. Maybe something wrong in your "index.php" when it is deciding which htm file to load. (likedpage.htm or notlikedpage.htm). – DNReNTi Oct 23 '12 at 14:20

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.