Any way to capture activities on send dialog ?
- what message is being sent?
- to whom?
- user has clicked “send” or “cancel”
I was checking return parameter of facebook send dialog, but could not locate it.
Thanks in adv.
Raxit
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Facebook Send dialog is very limited. According to: https://developers.facebook.com/docs/reference/dialogs/send/
you can not see what message was sent nor to whom. The only thing in the callback parameter is a value which can be null (Cancel hit) or an empty Array (in Chrome and Firefox) indicating something was sent.