I need to integrate Facebook and Twitter I'm my app: a simple share button.
Is there a library to do this ? Which the best ? Official only !?
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.
|
|
If you just want to share simple text from your app to Facebook or Twitter and so on... I would recommend to create a chooser to let the user pick which app from his phone he wants to user for sharing. It is simpler, more reliable and more the 'android way' of doing it. Here is the code that you have to write :
Otherwise As for facebook and twitter, you can do this through their API. Facebook Sdk for android Developers. And for Twitter you can use external libraries as written on twitter developer docs, and there is a library called Twitter4J that is android ready. |
|||
|
|