jQuery/Ajax Rest api request – Facebook api
I'm trying to make an rest api request to realla https://realla.co/api/#/ from localhost, I have an api key and can make the request via PHP but having issues using ajax: var URL = "https://realla.co/api/v1/listings/search"; var usr = 'api'; var psw…