facebook - I want to use share intent in my android application -


this question has answer here:

how create specific share intent social media?

currently, code this:

intent share = new intent(android.content.intent.action_send); share.settype("text/plain"); share.putextra(android.content.intent.extra_email, new string[] {}); share.putextra(intent.extra_subject, "the essexpass"); share.putextra(intent.extra_text, "deal name: " + bussinessname); share.putextra(intent.extra_text, "deal: " + deals); share.putextra(intent.extra_text, "address: " + city + "," + country); log.e("share intetn", "25th april ::-" + share); startactivity(intent.createchooser(share, "share deal")); 

i use code share intent in facebook can't share.

it's bug in facebook app. here can find more details: android , facebook share intent

facebook not fix bug, "by design" broke android share system : https://developers.facebook.com/bugs/332619626816423


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -