FB Developer: Capture POST variables after multi-friend-selector

Posted by Faruz on Stack Overflow See other posts from Stack Overflow or by Faruz
Published on 2010-03-28T07:41:54Z Indexed on 2010/03/28 7:43 UTC
Read the original article Hit count: 327

Filed under:
|
|

Using this: http://stackoverflow.com/questions/820421/can-i-use-facebooks-fbfriend-selector-in-an-iframe I created a multi-friend selector in my IFRAME FB application.

I want to know if the user selected any users for invite so I can reward him with extra points. In the developer WIKI I saw that [ids] is transferred to requested page via POST. But how I can capture the values if I'm using JS/.NET? (Preferably through .NET so I can easily save values in the DB).

© Stack Overflow or respective owner

Related posts about facebook

Related posts about .NET