-1

JavaScriptを使用してFacebookページにどのようにメッセージを送信できますか?Facebookからメッセージを送信する

私は、次のコードを使用していますが、そのは私にエラーを与える:

FB.ui({ 
      method: 'send', 
      to: "", 
      name: 'People Argue Just to Win', 
      link: 'http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html', 
     }); 

API Error Code: 1 API Error Description: An unknown error occurred Error Message: kError 1545014: Invalid Recipients: One or more of your recipients are not valid. Please try again.

私は上記のコード使用して、ユーザーにメッセージを送ることができますが、私は見つけることができますどのように「TO」ページの場合は?

メッセージの送信ボタンの場合は、ページIDを教えてください。 Facebookでの

https://developers.facebook.com/docs/plugins/send-button

おかげ

+0

送信ダイアログは友人ではなく、ページにコンテンツを送信することです。ユーザーがページにメッセージを送信するために使用できるタブを持つPageプラグインを埋め込むことができます。 – CBroe

+0

ヘルプリンクをご提供できますか? –

+0

https://www.google.com/search?q=facebook+page+plugin – CBroe

答えて

関連する問題