Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

How can I post tweet to particular person home time line in twitter. How can I do this in twitter api call?

share|improve this question
Using an API is a programming problem. Best look for your solution at Stack Overflow. – Al Everett Sep 19 '12 at 15:40

closed as off topic by Al Everett, Eight Days of Malaise, phwd Sep 20 '12 at 13:06

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The doco on posting a tweet via the Twitter API can be found here.

You may find it easier to do this through one of the many libraries available.

share|improve this answer
Thanks for replying. – Madhubala Sep 21 '12 at 4:30

Not the answer you're looking for? Browse other questions tagged or ask your own question.