facebook-messages Questions
3
Solved
i'm creating a registration code for users to a facebook messenger bot i am writing.
instead of asking them to open a chat with my bot, and type in the registration code, i would like to provide th...
Alongside asked 8/3, 2017 at 22:42
2
Solved
//Update: You can read th answer below. Solution is to build a chat using the facebook chat api(and you should use it as a chat, not a messaging system but it will leve messages.)
So I have the fo...
Bully asked 16/10, 2013 at 9:38
3
I saw your post about sending messages to your Facebook friends via the IOS Facebook sdk,
I was wondering if there is a way to send a private message as well to these friends.
If not, is sending...
Ramonramona asked 14/4, 2011 at 15:16
9
I need to get via Facebook connect user's info and send a private message to all of his friends. Is it possible?
Fowkes asked 4/4, 2010 at 12:59
4
Solved
I submitted my facebook messenger bot for app review and the rejection reason was "received no response".
I've tested my bot from my own account and some other testers that I added to my facebook...
Lamented asked 26/4, 2016 at 11:43
0
I'm trying to open Facebook Messenger programmatically for specific user using his user ID.
Here's my code:
AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(mContext);
LayoutInflater i...
Selmaselman asked 17/10, 2017 at 4:21
2
I am trying to share/send a link to friends via the new Facebook Message Dialog which was implemented in v2.0.
I have been following the direction from the docs: https://developers.facebook.com/d...
Nerta asked 22/5, 2014 at 13:32
9
Can anyone help me to send message to facebook friends using graph api.
I tried
$response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message");
It's not wor...
Cthrine asked 31/5, 2010 at 11:49
3
Possible Duplicate:
Facebook Api - send private messages to friends
I know that it is not officially possible to send private messages through FB API. Every thread in SO says so too. ...
Wellfound asked 6/12, 2010 at 5:32
1
© 2022 - 2024 — McMap. All rights reserved.