Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Using the Facebook Chat API, is it possible for a facebook "page", or the admins of a page, to send chat messages to people that have liked the page? Or must the receiver also have given permissions to accept XMPP messages?

share|improve this question

2 Answers

you can send chat message from your app to users but you cant send message directly.there is no need to give permission from friend of authorized person.then if i authorized to your app then you can send message through your app page to all of my chat's friends.

share|improve this answer
i own a facebook page. i created an app that i personally have given permissions to. can i send messages using the chat api from me or my page to the people that have liked my page? – jme Jan 15 at 5:41

You can see how RumbleTalk have implemented the send chat messages to user facebook page.

share|improve this answer
1  
This would be more suited to a comment as it doesn't really provide an answer – andy Jan 18 at 13:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.