facebook - How to add Shared via [my app] when sharing content from an Android app to popular social networks? -
my android application allows users read full articles various blogs , share posts using android's in-built sent action:
intent shareintent = new intent(android.content.intent.action_send);
when share article, twitter indicates shared via twitter android, , facebook has rss icon no "shared via" @ all.
what procedure of getting app's title appear next "shared via" social networks?
with twitter you'd need sharing directly through own application, api key use share associated 'shared via' link. if share through twitter application twitter's official app or tweetdeck 'share via' link app article shared using api key. there libraries , tutorial on how implement twitter api yourself.
Comments
Post a Comment