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 am looking for a way to send messages for friends timeline of players by JS. I found 2 ways:

  • by FB.api('/FRIEND_ID/feed', ...), but this feature will be removed soon, so I decided not to use it.

  • and by FB.ui('apprequest', ...), but this way dont send message to timeline but only notify in the App Center.

I tried to send links for friends, but not all can receive links of my app. I need another way to do it. Some people have another idea to send message in the timeline for 1 or more people without confirmation (or many confirmations)?

share|improve this question

1 Answer

This kind of spammy stuff is the reason Facebook removed the ability to post to friends using the graph api. You can now only present the feed dialog, but it is up to the user to complete the post.

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.