Facebook Connect cross-domain receiver URL (XXXXXXX) must have the application's Connect URL as pref
- by pallab
I am trying to create a javascript widget which can be placed on any webpage and uses facebook connect to authenticate the user.
What I have done is that,in any html file you put a javascript which has a document.write to show the widget.
<script type="text/javascript" src="button.js"></script>
On clicking the widget, the facecook…