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 want a feature on my website. I already implement Facebook like button on my page.

at the end of my page I want to give a option to user to share it on facebook's friend's wall.Can I do it.

Can I do it for all friend they have or for multiple friends. I want to do it without telling them for permission. I means this should not be burden for them. just like a extra feature which is worked without permission.

can I do it without permission. Do someone know how to make share button that can be used to share on friend's wall.

share|improve this question

closed as not a real question by Mitch Wheat, APC, Igy, Dharmendra, bipen Jan 12 at 19:22

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Just use the 'Send Button'.

It allows users to easily send content to their friends.

https://developers.facebook.com/docs/reference/plugins/send/

share|improve this answer
see this, this is what I need 9lessons.info/2012/07/facebook-invite-friends-api.html#livedemo – user1814971 Jan 11 at 8:08
@user1814971 the send button is the way to go. – ifaour Jan 11 at 9:50
@user1814971 sorry, there's no way to display share dialog with multiful checkbox ui. if you make it with your own code, it will requires additional permission. – Deminoth Bono Jan 12 at 7:31
@DeminothBono Do you know how to make that box in center – user1814971 Jan 12 at 9:13
@user1814971 well.. follow your link's guide. I can't explain that easier than that link :( if your code dosen't works, let me know the url of your homepage. – Deminoth Bono Jan 12 at 13:07

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