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 have implemented a servlet in Java that handles the credits communications with Facebook (as per the API). I implemented the servlet to perform the same functionality as the example php code and following the guidelines in the API.

I send FB the id of the item and get a response with the method "payments_get_items". I respond correctly which creates a popup dialog asking for payment confirmation (with all the product data). When I click confirm, Facebook does not make another call to my servlet but instead tells me my app is not responding. I find this strange and have found no way to resolve this issue.

Below is the JSON i am sending back to FB when i am asked to perform "payments_get_items". image_URL is an actual URL which has works. Am i possibly missing something in my response?

{"content":[{"description":"test","image_url":image_URL,"item_id":"siPremiumShotgun","price":2,"product_url":image_URL,"title":"Premium Shotgun"}],"method":"payments_get_items"}

Many thanks

share|improve this question
Hi Lario Did you find any solution for above i m also facing same problem.. Please help .. i really appreciate your help thanks in advance – samirprogrammer Feb 29 '12 at 19:25

1 Answer

Ensure your SSL is a non-free version really authentic SSL cert.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 17:40
Hi DMCS my is SSL Authentic.. did you know other solution for this – samirprogrammer Feb 29 '12 at 19:28

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.