Count sends through Facebook send button - facebook

Is there any way to know how much people a user has sent a message through Facebook's send
button on a website ?
If not, is there any other way to achieve this kind of thing with another plugin ?
Thanks in advance

This Document clearly mentions that if you register your domain on facebook insights, you will be able to gather analytics about the Send button.

Related

Send message through Facebook API from personal account to a page?

Is their a way to send a private message on Facebook from your personal account to a Facebook page, from an external app ? (through the API or else)
Exactly as if you were contacting a page manually, by I wanna be able schedule the messages to send to the page, and let a software send it for you.
I've seen so many topics in SO but no one giving a answer to this specific situation.
Thanks
No, that is not possible.
You can not automate sending user messages at all.

Facebook send button to all friends

I just want to know is it possible to to use send button of facebook to send message to all the contacts?
I have seen many people have achieve that but is it even legal to do that?

asp.net + integrating Facebook event and joining

I intend to integrate the Facebook event on my website using the Event api, however I understand that we can't join the event through my website, correct me if I am wrong. What is the best way to go about this because if possible, I prefer not to have my user exit from my website, what I can think of is to display the Facebook Event page itself on a iFrame or something when the user clicks on any of the events link on my website. Anyone can advise if there's a better way of dealing this?
Thanks.

How can I send a message/notification/inbox message to all of a page's fans?

Have been searching over the Graph API docs, looking for the answer to this. I have been told and now am pretty sure there is no way for all fan page fans/people that like it to see a message in semi-real-time. I know I could send emails to the users if they use the application, but other then that I don't see anyway possible. This is for my application that provides brand engagement with live events.
Help?
You can post a status update to the wall and that will show up on their feed. That is the best you can do if you haven't collected email addresses.

Facebook: Best way to allow one Facebook user to send a secure link to another Facebook user?

Hey, I'm a product management guy looking to understand how we can deliver audio clips into Facebook. Specifically, I'd like to allow a user (a "sender") who is logged into my iPhone app through Facebook connect to send a link for an audio file to another Facebook user (a "recipient" who has never logged into my app). I understand that it's not currently possible for this link to be sent as an outside email to the recipient, or even as an internal Facebook message. Is that still true?
If so, I'm wondering if it's possible (and advisable?) to post it as a chat message, or as an invite that is posted to the recipient's wall. For the chat message, if it's possible then what are the downsides of that method? For the invite, I realize the wall post will only be visible to the recipient, but I'm concerned that the recipient may not realize that and will think that the audio file is available to anyone who views his profile.
As such, for the invite method, I'd like to require the recipient (after they click a link in the wall post invite) to login to our web site where the audio is hosted via Facebook connect before listening to the audio. Is it possible to accomplish that? In other words, will I be able to know when the person logs in through Facebook connect that he is the recipient? In addition to a token in the audio link URL, how do I track that? Will I need to track a user ID or something?
Thanks in advance for your thoughts!
I'd go with the wallpost method.
I'd implement it by letting the initial user share a link on a friend's wall saying "User has shared a song with you! Click here to open it!" or something like that. When any user clicks that link, prompt for install and once they're authenticated, show them any files that are theirs (and yes, you'll need to check their user ID vs. the user IDs that were stored as links in your database).
If it's not the friend who clicks the link, they won't see anything (or they'll see something different). You could even use a customized link and show an error if an unauthorized user clicks to that page.
For what it's worth, this is how Amazon handles giving Amazon gift cards via Facebook.
If this is unclear or too vague, let me know and I'll clarify.