How to post messages from my Facebook App to users (exact users or all) who signed (likes) my App?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My suggestion is Koala gem which satisfy your needs and you can also verify the Facebook Graph API.
Koala Gem Github
Read the graph API wiki in koala gem. Here you will find how to write a post in users wall. For getting FB App users list you have to read FB graph API documentation.
P.S: Read the koala gem wiki completely.