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.

Let's say, I've my own website with this page, http://sample.com/mypage

I want to share this, http://sample.com/mypage to my Facebook wall. The common way of sharing stuffs back to Facebook wall is by using share button just like how it's placed in Youtube.com etc. Once we click on the share button, it will pop up the share dialog, for us to confirm sharing.

However, what if I want to share it on behalf of user, without having user to press the share button and also the share confirmation dialog ?

Is there something like, the user first grant the permission to the website to share on behalf of them ?

share|improve this question
I don't think it's possible, you need user account verification and it is illegal. – Ergec Mar 22 '12 at 17:53

1 Answer

up vote 1 down vote accepted

Check into the feed dialog.

The Feed Dialog prompts the user to publish an individual story to a profile's feed. This does not require any extended permissions.

Your application can also publish directly to a profile's feed without user interaction, use the corresponding Graph API call.

http://developers.facebook.com/docs/reference/dialogs/feed/#graphapicall

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.