Today someone asked me a question: Someone ordered from the magento website using Paypal standard payment, but did not get IPN back. Why? Ok I have tested on the Paypal Sandbox Site, and it works very well. However, I did not really test on the real world situation. On the other hand, We forgot to turn on IPN on Paypal site. Opp!
Other
Facebook-java-api – Redirect to grant authorization
Today I have been learning facebook java api. Although I have successfully created a “hello world” app, I had a hard time to figure out how to show the grant access page. I need user to grant access to the application, so I can retrieve user data. I know I just need to redirect the page, but I tried req.sendRequest(URL) does not seem working somehow.. and I found out I set the wrong content type.. opp! stupid me! but instead of using sendRequest, I used fb tag:

