1
보내기 대화 상자가 iframe 페이지 탭에서 작동하지 않습니다.보내기 대화 상자가 페이지 탭에서 작동하지 않습니다.
이API Error Code: 3
API Error Description: Unknown method
Error Message: Unknown method
하지만 '피드'대화 모든 것에 변화가 완벽하게 작동 할 때 :
페이지 https://developers.facebook.com/docs/reference/dialogs/send/<html xmlns:fb="https://www.facebook.com/2008/fbml">
<body>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<div id="fb-root"></div>
<script>
// assume we are already logged in
FB.init({appId: '123050457758183', xfbml: true, cookie: true});
FB.ui({
method: 'send',
name: 'People Argue Just to Win',
link: 'http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html',
});
</script>
</body>
</html>
'대화 보내기'그러나이 오류 반환에 예에서와 같이했다.
누군가가 궁금해하는 경우에 새로운 [버그] (http://developers.facebook.com/bugs/246637628719849) 추적이 있습니다. 이것은 나에게 꽤 심각한 한계처럼 보인다. 팝업을 사용하지 않고 FB 탭에서 보낼 수있는 방법은 없습니다. –