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.

This is pretty straightforward, is there any way to customize the Facebook friend multi-select dialog for App Invitations ? We are talking about frontend design, not additional functionalities.

My intuitive understanding dictates it is hard to alter the existing code in the JS SDK, maybe I need a side project that is extensible enough to do so.

share|improve this question

1 Answer

up vote 2 down vote accepted

Short answer = yes

The dialog its self is not something you can change but you can form your multi friend selection in anyway you like.

here is Facebook's example Custom Multi Friend Selector Example

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.