Facebook invite feature not working on my website -


i tried integrate facebook invite feature follow! when clicked on button click here not shows me dialog me ( real shows 0.1 second hiddens) ... can me resolve problem ! thank you!
code:

    <html>       <head>         <title></title>       </head>     <body>     <script src="http://connect.facebook.net/en_us/all.js"></script>     <script>     fb.init({     appid:'233108243711708',     cookie:true,     status:true,     xfbml:true     });      function invitef()     {     fb.ui({     method: 'apprequests',     message: 'welcome 2my4edge',     });     }      </script>      <a href="#try" onclick="invitef();">      click here     </a> </body> </html> 

you should use send dialog achieve want do.

https://developers.facebook.com/docs/sharing/reference/send-dialog


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -