Comment on See how many times a URL has been shared on FacebookparentComments−seancron15yProbably the bit.ly API: http://code.google.com/p/bitly-api/wiki/ApiDocumentation−siculars15yThat's the one. All the api's I'm using here return json. The only tricky part when dealing with these api's is making sure the json can be parsed, trapping errors, making sure variables exist before calling them... that kind of thing.
Comments
Probably the bit.ly API: http://code.google.com/p/bitly-api/wiki/ApiDocumentation
That's the one. All the api's I'm using here return json. The only tricky part when dealing with these api's is making sure the json can be parsed, trapping errors, making sure variables exist before calling them... that kind of thing.