javascript - Send dialog doesn't work in page tab -
Send dialog does not work in the iframe page tab.
As an example 'Send Dialogs' page
& lt; Html xmlns: fb = "https://www.facebook.com/2008/fbml" & gt; & Lt; Body & gt; & Lt; Script src = "http://connect.facebook.net/en_US/all.js" & gt; & Lt; / Script & gt; & Lt; Div id = "fb-root" & gt; & Lt; / Div & gt; & Lt; Script & gt; // Assume that we are already logged into FB.init ({appId: '123050457758183', xfbml: true, cookie: true}); FB.UI ({Method: 'Send', Name: 'People to the Bi-Second Just, Link:' http://www.nytimes.com/2011/06/15/arts/people-argue-just-to - wins-scholar- assert.html ',}); & Lt; / Script & gt; & Lt; / Body & gt; & Lt; / Html & gt; but returns this error:
API error code: 3 API error Description: Unknown method error message: unknown method But when the 'Feed' dialogue changes, everything works properly.
There is a filed bug about it. A solution is suggested, though is to use the display: 'popup'
Comments
Post a Comment