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.

Is it possible to catch the user respose to a FB event Invitation and redirect the user to my page/app ?

I am using c# to create the FB event invitation.

Tnx Aylon

share|improve this question

1 Answer

Aylon

If a user is responding to the request from your app or website you can just add a javascript redirect.

If the user is responding to the request within facebook, you will not be able to catch or control the response in any way, other than read the response in the graph api.

share|improve this answer
In the second option (within facebook) , I understand that you mean to read the response after and analyse it, right ? – Aylon Eran May 19 '12 at 19:54
correct. You will only be able to read, you will not be able to redirect the user. – Shawn E Carter May 20 '12 at 14:54

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.