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...

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...

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?

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...

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...

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...

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...

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.