iframe - FB Feed dialog not asking for user comments -


Below is the FB feed dialog (iframe solution), the user is not asking for comments on the dialog, the dialog appears and Post is sent to-

  function callback () {warning ("thank you"); } Function showFeed () {FB_RequireFeatures ([ "XFBML"], function () {FB.Facebook.init ( 'kkkc', '/facebook/xd_receiver.htm', NULL); FB.ensureInit (function () {var tpl_data = { "Images": [{ "src": "logo.gif", "href": "kkk"}], "city": ""}; var user_message_prompt = "what do you think about this?"; Var USER_MESSAGE = {value: "here write your comment"}; tData = {}; FB.Connect.showFeedDialog (439,384, tpl_data, null, null, null, FBkRequireConnectkrequire, callback, user_message_prompt, USER_MESSAGE);} < / Code> 

(added additional tap to code, still not working!) Note: Communicating with Firefox seems to be empty when next Until the upper corner is closed from the X.

I believe you missing a parameter. it facebook that comes out of your last 4 parameter order, which means you probably have not received your User_message_prompt and user_message properly.

you there was an additional "blank need is Khani_akar parameters Try this:

  FB.Connect.showFeedDialog (43932059084, tpl_data, null, null, Ask FB.RequireConnect.require, Null, user_message_prompt, USER_MESSAGE);  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -