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.

Facebook payment dialog makes callbacks to my canvas application to retrieve order data (title, description, image url etc) and to notify the app the order is approved by user (providing status="placed" with order data). While i was debugging that flow and staying at breakpoints in Visual Studio i noticed that facebook makes another calls with the same parameters after some timeout so the application gets the same data twice. It's very bad for me and i should prevent double processing of the same orders. Is this a known bug in FB? Is there a common way to prevent my app from being double-called?
Thank you!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.