Have an account? Sign in
Login  Register  Facebook
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
Started: September 18, 2011 Latest Activity: September 18, 2011 error php facebook
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
In: September 18, 2011

please make sure JavaScript SDK is included in the page
September 18, 2011

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
In: September 18, 2011

Your Answer

xDo you want to answer this question? Please login or create an account to post your answer