To open a facebook page in from another app we use intent passing the "fb://page/" uri as an ACTION_VIEW intent.
But what if I want to send an image along side, something like ACTION_SEND but only to facebook app, I realize it would be an implicit intent call, but is there any workaround here.
Note: I want to open Facebook Page Feed NOT the profile account. Earlier facebook allowed to choose whether to post to page or not while making a post but now the mechanism is changed in its app.
Done so far: Open the particular facebook page in fb app
Want: Open that page with the image I share using intent, with EXTRA_STREAM