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.

How to make this request ? (i mean custom text)

request

share|improve this question

1 Answer

Romka,

Use the message: field. e.g.

FB.ui({ method: 'apprequests', message: 'You should learn more about the Platform.' });

From http://www.fbrell.com/fb.ui/apprequests

share|improve this answer
For invites, the message does not get displayed in the notification (only in app center) – at least for “normal” apps. Facebook only displays the message part of the request right there for some of the “big players”, that operate under special conditions. – CBroe Nov 9 '12 at 9:40
Correct, I misunderstood the question. – eosgood Nov 10 '12 at 0:30

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.