8
I’m developing a backoffice in PHP. And every time the administrator adds a product, that product will be automatically published on Twitter.
On Twitter will appear:
- the name of the product
- 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 struggling.
What are the basic steps for using the Twitter API?
It may seem too broad, but for those who start it it can be a good help a good response
– CesarMiguel
The way I see it, he needs a kickoff. What is a doubt and the answer can be very simple as transcribing some of the https://dev.twitter.com/docs/api/1.1/post/statuses/update which is the tutorial he wants
– Caputo
Try to explain what the difficulty is, if you have any code edit the question and put it.
– rray
Discussion in META on this question: http://meta.pt.stackoverflow.com/q/1344/7210
– Jorge B.