English 中文(简体)
能否知道用户用Facebook发送电文的朋友们?
原标题:Is it possible to know to which friends the user sent a message using the Facebook send dialog?

据我所知,Facebook发送方言,没有任何反馈参数(如饲料方言)。 但是,我希望能够储存这一信息的接收者,以便能够控制信息的获取。 这是可能的吗?

最佳回答

You can subscribe a call-back function via javascript on your page that has the send dialog See: http://developers.facebook.com/docs/reference/plugins/send/ and http://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/

message.send - fired when the user sends a message using the send button. The response object passed into the callback function contains the URL which was sent:

因此,根据文件,你只能分享URL,这样,如果你在一页上有多个Sendtons,你就可以告诉谁被点击。

由于安全和隐私的原因,你无法收到这一信息。

问题回答

暂无回答




相关问题
wix custom dialog for config edit

hi i m trying make a setup msi for my application with wix v3 I have a problem about this task; I need a user input that will be stored in my application s config file (for example i need a dialog for ...

jQuery UI modal dialog not blocking

I am new to javascript and jQuery. I am trying to implement a modal dialog using jQuery UI widgets. The modal dialog shows up correctly with OK and Cancel buttons, but the dialog( open ) function ...

WinForms dialogs with TopMost = true

I have a dialog implemented in WinForms that is shown as a notify dialog on the bottom right of the screen. The problem is that whenever is shown it takes the focus and this happens only when TopMost =...

Can you set the FileFilters for a Gtk Dialog in Glade?

In my code, I have lines like this: Builder builder = new Builder(); builder.AddFromFile(gladefile); FileChooserDialog dialog = (FileChooserDialog) builder.GetObject("dialog"); FileFilter[] ...

热门标签