Facebook requests 3 post_authorize/post_remove. How can I stop it?
Posted
by Ray Yun
on Stack Overflow
See other posts from Stack Overflow
or by Ray Yun
Published on 2010-04-05T08:13:02Z
Indexed on
2010/04/05
8:23 UTC
Read the original article
Hit count: 263
When user authorize or remove application, Facebook always request post_authorize or post_remove callback 3 times. Only I throws HTTP 500 error, it stop calling them. Yeah, it would be easy to ignore subsequent requests when I successfully handled that.
So this maybe academic question. Is there any method to stop facebook requests with http status code??? :)
© Stack Overflow or respective owner