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.
FB.ui({
    to: '184854798223423', // Page Id   
    method: 'send',
    name: 'People Argue Just to Win',
    link: 'http://www.nytimes.com
});

The Result is empty page

share|improve this question

closed as not a real question by John Conde, pb2q, Igy, bensiu, Mysticial Oct 12 '12 at 1:08

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

The Send Dialog is for profiles and groups only.

to field

A user ID or username to which to send the message. Once the dialog comes up, the user can specify additional users, Facebook groups, and email addresses to which to send the message. Sending content to a Facebook group will post it to the group's wall.

share|improve this answer

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