I've been looking for a way to share information to social networks. I've found 2 possible solutions:
- Look for installed apps and sent an intent (like android uses in it's gallery)
- Use the socials network api
When looking for quick ways to implements i say use the installed apps for that but if it goes customization and generalization i think the second option is the best.
I've a hard time deciding if one outweighs the other or not.
So my question is: What is the best approach? One of the ones i suggested or a whole different way?