June 11, 201214 yr Hello, Im trying to add the clients newsfeed from facebook onto the website but every tutorial i find to do it doesnt seem to work (not trying ones that need JSON on our server as we dont have JSON installed). Anyone know a tutorial that works that doesnt use JSON Cheers, Gary
June 15, 201214 yr Hello, Im trying to add the clients newsfeed from facebook onto the website but every tutorial i find to do it doesnt seem to work (not trying ones that need JSON on our server as we dont have JSON installed). Anyone know a tutorial that works that doesnt use JSON Cheers, Gary JSON stands for Javascript Object Notation and it is a data structure, a successor to XML, you don't need to install it anywhere. The only thing that is related to installing is possibly some library that has some JSON functionality like parsing or encoding, but most of current development stacks already support JSON natively.
June 15, 201214 yr Author JSON stands for Javascript Object Notation and it is a data structure, a successor to XML, you don't need to install it anywhere. The only thing that is related to installing is possibly some library that has some JSON functionality like parsing or encoding, but most of current development stacks already support JSON natively. Cheers, I looked it up in detail as i thought it was a full on thing the hosting company need to install for you but it seems pretty straight forward so im going to get it on our server tomorrow, Thanks
Create an account or sign in to comment