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 to use the sharer.php popup to open the share dialog, but would like to customize it so that the share option is by default not to my profile, but to a page - and ideally also select the page (by id?).

i've looked everywhere but the only documented parameters are ?url= and ?title=, although it seems that there is less known "hidden" way to also define summary and image: ?p[image]= ...

im hoping there is something similar to define the share options?

or perhaps another share screen that i can use to post directly to my page?

tnx!

share|improve this question

1 Answer

up vote 0 down vote accepted

Avoid usage of Sharer in favor of Feed Dialog.

Feed Dialog may be used to specify where the content is published (to) and who publishing it user or page (from).

You can use Feed Dialog directly or with JaveScript SDK, read the documentation for more details.

share|improve this answer
this is exactly what I needed! thanks! – anna.mi Mar 29 '12 at 6:55

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.