Can I create an application that provides notification to facebook user when there is a change of user in my application?
I’m building an e-learning that is integrated with Facebook.
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.
You can not send users messages from your application. If this were possible we would see lots of applications sending spam to everyone. What you can do is send app requests to your users when you want to notify them of a change in your application.
You can read more about requests and app requests at this url :
https://developers.facebook.com/blog/post/464/
Scroll down to “PHP example of an app-generated request”…