In cnn fb messenger bot if i write subscribe they show a message like "Got it. I’ll send you top stories every day." and then they daily send me top stories at fixed time. How they do it? I created an fb bot for my site without this but i can't understand how i add this. can anyone tell me basic instruction for this?
The idea is simple. When you send "subscribe" to the bot, the bot server would add a record according to the sender_id to their database or memory , then the bot server could set a timer to distribute the news messages to those sender_id who have subscribed for the news.
Related
I'm trying to create simple aplication that will send me messege every day for example it can be "Hello world!". Is it even possible for facebook messenger extension to send message without being called? Where should I start? I mentioning about messenger extension because I would like this app to send message to group chat.
To sum up the comments: You can only send messages from pages to users (who contacted the Page first). There is no other API for user to user communication, or for communication in groups.
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.
So the question is in the title. Basically, at the moment I have finished making the tutorial FB Messenger bot. I used Heroku to get the URL and everything running.
My issue currently is that I can't find anyway as how to make the bot send messages out to the people who have liked its page without a received message.
The end goal is to get the bot to send out a link updating its followers on any new posts made.
Is this possible?
Thanks in advance for any advice
I have been searching so long bu could not find any suitable answer so if you have any idea it would be perfect.
In my app i have friendpicker controller it lists all my friends. When I select some of them and press done button I can successfully log the ones I selected. so there is no problem. But what i want to do is sending app request to the selected users. How can I do that? what I need is sending multiple app requests to the friends which are selected from the friendpicker. Thank you
(Facebook SDK 3.5)
You should design experiences into your app to allow users to send requests to friend to drive re-engagement. Some design experiences include giving users the ability to request gifts, accept gifts, or help them complete a mission in your app. For example in Diamond Dash you can send a life to a friend. If that friend has not been using the app for a while this could help re-engage them.
Another design experience to consider is to allow users invite their friends to use your app. For example, there are apps that ask users to rate the app after some time. If you wanted to build something similar to drive engagement you could ask users to invite their friends. Wherever you have a button or call to action to rate the app, think about adding a flow to invite friends.
These user-generated requests are initiated when the app enables the user to select one or more friends to send a request to.
We will walk you through the steps to send out an invite or a request:
Triggering when the invitation or request is sent
Sending the request
Sending additional data with the request, such as a virtual gift
See this tutorial: http://developers.facebook.com/docs/howtos/send-requests-using-ios-sdk/
This may help you.
I am trying to understand facebook like live notifications system to notify users, whenever someone adds them as friend, like their post or posts replies to their comments. This happens as soon as someone hits like button or posts comment in facebook. I was wondering if there is any server side or scripting can be done so that whenever there is new notification entry in my database table,
kindly suggest how it works in facebook.
It's done using push events: http://en.wikipedia.org/wiki/Push_technology