I'm developing a backoffice in PHP. And every time the administrator adds a product, that product will automatically be published to Twitter.
On Twitter it will appear:
- the product name
- your image
- and the link to the site
I had to do the same for Facebook, and so far so good. Now I'm trying for Twitter and I'm having difficulties.
What are the basic steps for using the Twitter API?