i want to know about twitter api for android application.... please send me link or source for twitter api which api just only for send the tweet....
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
For more info, check my answer on this other post |
|||||||||
|
|
At the bottom of Twitter, just go to developers. |
|||||||||||
|
|
To share some text using standard android intents, only three lines of code are necessary. The user will be prompted to pick a method (and they can then choose Twitter.)
If you want to do more advanced stuff with Twitter: I found that a lot of the solutions posted on the Internet were needlessly complicated. For me, it was only a couple additional lines of code beyond what Twitter4J tells you to do. For my dollar, Stephan's answer here is the best. I have some example code on github using his technique, here. |
||||
|
|
|
twitter4j is Java-based and ready to be integrated on android apps: http://twitter4j.org/en/index.html |
|||
|
|