How to send message to specific user - facebook

I want to send messega to specific user.
I looked for facebook developer pages, but I couldn't.
Please tell me how to send(API)?
Thanks a lot.

There is no public send API, you should use either the Send Button social plugin or the Send Dialog to do what it is that you want.

Related

Check when a user has clicked a link on a newsletter

I want to get the user e-mail when the user clicks a link on a newsletter sent to that user.
Can somebody give any advice on how to achieve that.
Thanks in advance
A simple way to do this is to use UTM code out of Google Analytics.
Example:
https://placeholder.com/?utm_source=emailprovider&utm_medium=email&utm_campaign=stackoverflowquestion
More information:
https://ga-dev-tools.appspot.com/campaign-url-builder/
https://support.google.com/analytics/answer/1033867?hl=en
https://analytics.google.com/analytics/web/
Good luck.

Can I send a message to a customer on facebook messenger once he completes an order?

I saw the following screenshot on this page.
From the look of it, it sent order details to a customer upon completion of her order to her facebook messenger. I can't find any of the facebook messenger plugins capable of doing this. Can you please help me find out how did they actually did it? I want to replicate it for my site. Thanks
Send to messenger plugin and checkbox plugin could be used to create this type of functionality.

Add facebook feedback button to my website

I'm developing my own website and I would like to integrate it with my facebook page.
I would like to have small button or widget in my site that in case user wants to send feedback on my site he's clicking it and write down his message. This message is automatically sent to my facebook private messages (inbox) and I can reply to it.
Let me know if there is option like this? Do I need to develop new FB app for this?
Thank you,
Moshe

Use facebook send dialog without using any application

I am new to FB development,
I wanted to share my application link through facebook and I am using send dialog.
It is working fine when I use the appID mentioned in the facebook doc.That app shows "via cool social app" message when loaded.I do not want to display that message.
What can be done?
Also I need to pre-populate the custom message which user can change if he wishes so.
Please help.Thanks
That app shows "via cool social app" message when loaded.I do not want to display that message. What can be done?
Set up your own app, and use it’s app id.
If you don’t want to do that, or don’t want the via appname text to appear at all – then you can’t use this dialog; you could at most use the Send button instead.
Also I need to pre-populate the custom message
Not possible any more.

How can I use the facebook connect api for the iphone to to invite friends to an application or send a message

In my iPhone application, I wanted to add the function of signing into Facebook and letting a friend know about the app. I know how to sign in and get the friends list, but I cannot find a good way of inviting a friend. So far, I haven't been able to come up with a way to invite a friend (I don't think one can with the iphone facebook sdk yet) or send a message to the inbox. Is there a way to do either of these? If not are there any better options I haven't thought of? Thank you for any advice.
checkout this tutorial. i used it to get the facebook header files sorted out. Once thats done, everything should be in place for you to send a message easily :
http://www.mobileorchard.com/marketing-in-code-part-2-setting-a-users-status-in-facebook-from-an-iphone-app-a-tutorial/
check out This post.it shows what camn we do with facebook api