I'm implementing the Facebook login in my website which is in the form of mysite.anotherdomain. I did all explained in the Documentation of the JavaScript SDK but, since I have some problems, I'm wondering if the error es from the channel URL.
What should I exactly write for the channel file?
I'm implementing the Facebook login in my website which is in the form of mysite.anotherdomain. I did all explained in the Documentation of the JavaScript SDK but, since I have some problems, I'm wondering if the error es from the channel URL.
What should I exactly write for the channel file?
Share Improve this question edited May 6, 2021 at 14:49 Jason Aller 3,65228 gold badges41 silver badges39 bronze badges asked Apr 4, 2013 at 20:35 Federico CapelloFederico Capello 1,1183 gold badges12 silver badges21 bronze badges1 Answer
Reset to default 6The channel file basically fixes certain cross-domain issues for certain browsers. The following are the three that Facebook has identified:
All you need inside the file is
<script src="//connect.facebook/en_US/all.js"></script>
You can find out more from https://developers.facebook./docs/reference/javascript/#channel