Questions tagged [private-messaging]
66 questions
-1
votes
1 answer
php mysql concatenate sent and received messages
Private Messaging system displaying users messages concatenated.
• Users sent and received messages grouped together ordered by time_sent
• each message tab will display the sender/receiver's name, message, and time_sent
• any tips on how to…

Bourne
- 31
- 2
-1
votes
1 answer
integration private messaging in laravel app
I am looking for a solution for instant messaging, when only authenticated users can send instant message to other user with in this app.
I read many out many suggest nodejs socket io, but how we share session between laravel and node. Though i am…

user3209130
- 362
- 5
- 13
-1
votes
2 answers
Private Message Bot Discord
I want to add a feature to the bot, to contact a user in private with his id in parameter.
I already tried this:
sendMessage(idUser, "mesage")
but it doesn't work.
I have this error:
"sendMessage is not defined"
-1
votes
1 answer
What draw the borderline of abusive use of Facebook Chat API
The facebook chat api is a power tool. From a purely technically point of view, it definitely does more than its predecessor of private messages in the Graph API.
This brings up a question of where Facebook is drawing the line of abuse of its chat…

rycfung
- 1,325
- 12
- 12
-3
votes
1 answer
How do I implement a messaging system for members of my website to communicate with each other?
I have a fully functional website, to which I want to add the ability for members to email each other, kinda like facebook, but much smaller, so I won't need their need for huge traffic.
Basically I need a starting point. Any suggestions?

dumbfreak
- 37
- 3
- 10
-5
votes
1 answer
private messaging (Android)
I am developing an android app, it is a social media app with many features. One of the features is a private messaging between users. What is the best way to do it.
Note: I'm using PHP for the backend of the app.

F.mo
- 5
- 1