I'm trying to implement auto post on Twitter using PHP.
But because of twitt's character limit I wanted to know how can I use tinyURL, instead of placing the full link, like http://www.appdropp.com/ios/stone-age-the-board-game/564247778
You see it's quite long...
I know services like:
- tinyurl.com
- goo.gl
But how can I use these services in bulk, to generate hundreds of links every day with PHP?