简体   繁体   中英

PHP SDK + Javascript SDK problems in Internet Explorer

When using PHP SDK + Javascript SDK (for apprequests) Internet Explorer (version 9 - I also tried in 7 and also has problems with endless refreshing) is showing error all the time "To display the webpage again, the web browser needs to resend the information you've previously submited...". Clicking retry just displays the same message again. If "FB.init" is removed from code, app works (but without apprequests,...).

You can test this bug here: http://apps.facebook.com/testing-bugs/

Or get the code which is used for this app (it is basically same as in SDK example) - http://www.mediafire.com/?y1314p8lz21krfd

Just change those two in index.php:

'appId' => 'XXXXXXXXXXXXXXX',
'secret' => 'XXXXXXXXXXXXXXXXXXXXXXXX',

Is there any fix for this or...?

the code you are using for testing is for the facebook connect and you are using the facebook app . So download the code from below url and try this one:

https://github.com/facebook/php-sdk

您应该访问此站点http://www.fbrell.com/ ,看看他是如何做到的,我认为他正在做您想做的事情。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM