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 sometimes keep getting the following error when trying to make a Credits purchase in my app:

There Was a Problem Processing Your Payment Sorry, but we're having trouble processing your payment. You have not been charged for this transaction. Please try again later.

However, from everything I can tell my server sends the correct response, and I have been trying to find the source of the problem for quite some hours now.

Is there any way of debugging this - any way to get an error message, error code, etc.?

share|improve this question
Is there a long delay before your app responds to the callback from Facebook? Do your server logs definitely show the callback being accessed? – Igy Oct 3 '12 at 3:46
The server is pretty much idle.. is there a timeout on FB's end that I need to watch out for? Yes, the apache logs show that the callback is accessed. I also used tcpdump to sniff the content that is going back and forth, and it looks good either way. Very strange! – user1714868 Oct 3 '12 at 18:56

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.