Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Link Count from Twitter REST API

Tags:

twitter

Is there a way to get the link count from twitter to implement our own version of a tweet button? From the official Twitter API.

PS:Search API only works for a limited amount of time.

like image 241
Sevki Avatar asked Oct 18 '10 15:10

Sevki


1 Answers

Try this

http://urls.api.twitter.com/1/urls/count.json? url=http://someLink.com&callback=twttr.receiveCount

like image 114
Alexey Avatar answered Sep 25 '22 02:09

Alexey