I am trying to create an app that has facebook share(using facebook SDK) and twitter's tweet button(using Fabric). I know I could do it via intents, but I need to create buttons for this.
Facebook SDK provides a view to create the like button by using
<com.facebook.widget.LikeView
............/>
But I couldn't find similar view to create facebook share button. Same thing is true for twitter. There are views for embedding tweets but no view for creating a simple tweet button. Is there a reason for this? Also to create my own tweet and share buttons, I don't seem to find official "f" and "twitter-bird" logo to use in the button. Do they provide this?