简体   繁体   中英

FB.ui throwing error

FB.ui({
        method: 'apprequests',
        title: 'Swag with the Swedes',
    message: 'Win 2 tickets to Swedish House Mafia'
}, requestCallback);

I have the code above which throws Uncaught TypeError: Cannot call method 'postMessage' of null

I've searched everywhere for this but no solution. Anyone has any idea of what's wrong?

Thanks

I found the issue.

The following div had to be in the body:

<div id="fb-root"></div>

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