php - facebook app doesn't connect to local server -
i have ready web application @ local server
http://192.168.100.1/public/mayur/fbtest/
now have created fb app , want display local server app via fb. have set on fb . click on play game link on app page gives following error message-
the webpage @ https://192.168.100.1/public/mayur/fbtest/?fb_source=appcenter&fb_appcenter=1 might temporarily down or may have moved permanently new web address. error 501 (net::err_insecure_response): unknown error.
i have following app settings-
site url - http://192.168.100.1/public/mayur/fbtest/index.php canvas url - https://192.168.100.1/public/mayur/fbtest/ secure canvas url - https://192.168.100.1/public/mayur/fbtest/
i read in tutorials doesn't matter if the site hosted locally or online iframe can source contents locally too.
any idea reason issue? first fb app.
have enabled ssl localhost? link: https://192.168.100.1/public/mayur/fbtest/
working in browser?
if not , please configure apache first , try— how allow https apache on localhost?
or, if testing purpose, can leave secure canvas url
blank, enable sandbox mode
, adn test application
Comments
Post a Comment