# Possible to Develop an App Connection to Post to Forum?

**URL:** https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523
**Category:** Development
**Created:** [February 3, 2020, 10:46pm UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523 "2020-02-03T22:46:06Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![fmckinnon](https://avatars.discourse-cdn.com/v4/letter/f/cc9497/32.png) [@fmckinnon](https://meta.discourse.org/u/fmckinnon)
#### Post date: [February 3, 2020, 10:46pm UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/1 "2020-02-03T22:46:07Z")

</div>

Hey Gang,

We are building a community on Discourse that is based around hunting, fishing, etc. Our users post pictures of their hunts, fish they caught, etc.

We are working on an app that integrates with a mobile hunting trail cam viewer. In the development of the app, one of the features we’d like to have is the ability to share images from your SD Card (that is inserted into our mobile SD card reader) into our forum.

I see people do this easily with share on Facebook, but we’re trying to build our community OFF of Facebook.

Is this possible?  
What would an app designer need in order to configure the ability to share pictures from a 3P mobile app into the community?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [February 3, 2020, 11:29pm UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/2 "2020-02-03T23:29:55Z")

</div>

It is on my list to allow other apps to share images to using the Share Target API v2. We currently allow other apps to share to Discourse text, and it works just fine but we block files from being shared since we lack the necessary route controller.

Now that I’m thinking about this, I wonder if we can create this new route and share it between platforms, where you share to a service worker (everywhere) or to our Discourse Hub app (iOS). What do you think @pmusaraj?

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [February 4, 2020, 1:09am UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/3 "2020-02-04T01:09:00Z")

</div>

Currently a user can pick any image on their device (including ones saved on an SD card) and share it in a Discourse forum, either through our DiscourseHub app or using the site in Chrome or in an Android PWA. They need to be authed to the Discourse site, and upload the files when replying or creating a new topic. So this basic functionality is already there.

But, yes, we could provide a more streamlined process using the Share Target API for Android (it’s probably possible, but trickier for iOS, given that the Discourse Hub app can be linked to multiple Discourse sites).

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [February 4, 2020, 1:39am UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/4 "2020-02-04T01:39:50Z")

</div>

Oh I mean using the direct share sheet from the OS. Is that possible with DiscourseHub today? I can’t seen to trigger it on Android.

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [February 4, 2020, 1:48am UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/5 "2020-02-04T01:48:06Z")

</div>

No, we haven’t implemented that in the iOS app so far.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [February 4, 2020, 1:49am UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/6 "2020-02-04T01:49:53Z")

</div>

Yeah, and that is what I’m talking about.

Having a route in Ember that can accept files and register the PWAs and DiscourseHub as share targets for files.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 23, 2026, 10:50pm UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/9 "2026-06-23T22:50:30Z")

</div>

> [@On Android my Discourse is not always an option for 'sharing'](https://meta.discourse.org/t/on-android-my-discourse-is-not-always-an-option-for-sharing/112176/8):
>
> Thanks for reminding me of this @southpaw! How this looks? [[Testing Discourse Web Share Target v2] ](https://www.youtube.com/watch?v=LOTUBnd9uwA) PR at

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 23, 2026, 10:50pm UTC](https://meta.discourse.org/t/possible-to-develop-an-app-connection-to-post-to-forum/140523/10 "2026-06-23T22:50:35Z")

</div>


