How to open native Facebook or Twitter application / client

Hi,
Currently in my corona app to share eg. in facebook pages I use system.openURL(“https://www.facebook.com/sharer/sharer.php?u="..ulr.."&t=”)

But this statement open browser. How i can force corona to open dialog box where i will decide with one application should be open: browser or native FB app or native twitter app? [import]uid: 137478 topic_id: 28834 reply_id: 328834[/import]

You should look at SSO facebook sample that is in 840. For the dialogue box you’d have to write that yourself - a popup with visual elements in a group would be easy to manage. [import]uid: 52491 topic_id: 28834 reply_id: 116215[/import]