How close FB.ui feed dialog after send post. After click send i see white popup. How fix this problem? Also in Chorme Browser console i see https://s-static.ak.facebook.com/connect/xd_arbiter/inP_iYjVh9g.js?version=41 Failed to load resource: net::ERR_INSECURE_RESPONSE
相关问题
- Using parses Facebook login api, results in curren
- FB is not defined in Facebook Login
- facebook API how is onlogin called
- How to handle network failure in React-Native, whe
- Spoofing facebook app ID
相关文章
- The method FB.api will stop working when called fr
- login Facebook registerCallback not called
- What is the X-FB-DEBUG header returned from Facebo
- Facebook PHP SDK $uid = $facebook->getUser() alway
- Extending valid/expired 60 days access token witho
- Notification for facebook app requests not showing
- Is there a TypeScript interface definition for the
- Firefox Only: FB.login() called before FB.init()
For the FB.ui share dialog I've achieved this with a little help from jQuery:
I had to do it this way because the dialog didn't close when an error was returned.
Obviously that only works if the dialog is injected into the DOM, but you could try to use
self.close
as well as fallback.