Is there any way I can use the API directly from JavaScript without any Server side proxy? I know of the inter-domain restrictions, but can we do it somehow in case of facebook API right?
|
feedback
|
|
You can do this by making a JSONP request. This works by returning the results of a query in a You can find more information about it here. | |||
|
feedback
|