Profile
Achievement
You have not received any achievements.ginoplusio's Recent SnippetsTagged twitter
- All /
« Prev 1 Next »
Here is a function that read the number of times a url is shared on twitter.
1
640
posted 10 years ago by ginoplusio
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls.
So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1
938
posted 12 years ago by ginoplusio
This small function receive a text as input and returns an html text with links if the source text contains urls (http://www… but also ftp://… and every other protocol), emails, twitter’s usernames (with @ at the beginning) and also twitter tag...
0
691
posted 13 years ago by ginoplusio
PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname.
($this->attr method is part of the Mini Bot Class)
2
597
posted 13 years ago by ginoplusio