facebook application error
hi all,
i need facebook application integration in my project, it needs facebook facepile plugin. i tried but i am getting this error (The Facebook Connect cross-domain receiver URL (http://static.ak.fbcdn.net/connect/xd_proxy.php#?=&cb=f223d517566e616&origin=http%3A%2F%2Fpromolife.com.au%2Ff3e13728ba8ec8&relation=parent.parent&transport=postmessage) must have the application's Connect URL (http://www.testsite.com.au/) as a prefix. You can configure the Connect URL in the Application Settings Editor.) why do i getting this error please help me. thanks
2 Answers
<div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: '126341337398046', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); </script> <fb:facepile max-rows="1" width="470"></fb:facepile> i used Above code. Posted: raja 0 of 0 people found this answer helpful. Did you? Yes No please make sure JavaScript SDK is included in the page
really i can't understand!
did you use a code like this <fb:facepile max-rows="1" width="200"></fb:facepile> and this requires you use the JavaScript SDK. Posted: xtremex 0 of 0 people found this answer helpful. Did you? Yes No |
© Advanced Web Core. All rights reserved