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 have a rails app doing facebook invite. I use javascript code for that which is all working fine.

I now want a way for the user to only be able to invite friends who are not already members of the app. Is this possible?

share|improve this question
Are you using Facebook Requests and the request dialog for sending invitations? – Tom Waddington Apr 3 '12 at 2:48
@TomWaddington you do know that it only works for facebook canvas/page apps only – Vezu Apr 25 '12 at 10:37
It works outside the canvas too: fbrell.com/saved/d72cd188e5853afbf3e7b16363e84b01 – Tom Waddington Apr 25 '12 at 22:45

1 Answer

up vote 0 down vote accepted

I was able to solve this using "exclude_ids" that facebook provides to remove some users from list.

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.