I am trying to use Facebook API for likes on my web page. Currently trying to use all.js
, it fails to load the file at url below as it translates it to file://connect.
//connect.facebook.net/en_US/all.js#xfbml=1
Changing url explicitly to http:
gives a different error.
Do we need APPID for initializing this API and use all.js
or can it be used without APPID?
Reference URL: http://developers.facebook.com/docs/reference/plugins/like/