Facebook apprequests not working
问题 I have following code in html file: <html> <head> <title>My Great Website</title> </head> <body> <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"> </script> <script> FB.init({ appId:'156154681125939', cookie:true, status:true, xfbml:true }); FB.ui({ method: 'apprequests', message: 'Here is a new Requests dialog...'}); </script> </body> </html> I am using this code to send apprequests for my app (reference: http://developers.facebook.com/blog/post/464/) Problem: