facebook login error -


i using code obtain login:(i put 000..0 instead app id.

<html>     <head>       <title>my facebook login page</title>     </head>     <body>       <div id="fb-root"></div>       <script src="http://connect.facebook.net/en_us/all.js"></script>       <script>          fb.init({              appid:000000000000000, cookie:true,              status:true, xfbml:true           });         </script>      <fb:login-button>      login facebook   </fb:login-button>       </body>  </html> 

the problem on web browser pops facebook login page. have following error: invalid argument

given url not allowed application configuration.. why?! thx


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -