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.

I have created a page with a facebook login option for users with facebook account on my website.

When they login I store their basic information like thier id, name, and email.

Now I want to send messages/ post on their wall using the IDs I have stored of the facebook users in the database.

Is their any FB tool available or how can I do this using FB javascript to acheive the same?

share|improve this question

1 Answer

up vote 0 down vote accepted

You can use Post from the GraphAPI to post to their timeline https://developers.facebook.com/docs/reference/api/post/

For obvious reasons of not turning Facebook into a source of spam, you cannot programatically send messages to users.

share|improve this answer

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.