Hello!
I will like to develope a PHP component to store on a table on the server my site URL tweet counts, and then making my own tweet buttons.
I don´t like so much the javascript calls on the front end, so i thought that i could be a good idea getting the URL counts on the back, and storing them (with a cache, obiously not doing a call every time the page is loaded, for example every hour).
i have read on the forum that this methods are not allowed, but i dont know why.
The post was so old so i would like to ask if nowadays this method is ok.
And if it’s ok, what is the rate or max request?
The last question, which of those two URL’s is the better one?
http://cdn.api.twitter.com/1/urls/count.json?url=[URL_IN_REQUEST]&callback=[YOUR_CALLBACK]
http://urls.api.twitter.com/1/urls/count.json?url=[URL_IN_REQUEST]&callback=[YOUR_CALLBACK]
Thanks a lot!
Ciro Artigot ( @CiroArtigot )