# 🧩 איך לבנות קהילת משתמשי אפליקציות Android עם Discourse? \[פרויקט HeyApks\]

**URL:** https://meta.discourse.org/t/how-to-build-an-android-app-user-community-with-discourse-heyapks-project/368209
**Category:** Support
**Created:** [30 במאי,‏ 2025,‏ 6:46am UTC](https://meta.discourse.org/t/how-to-build-an-android-app-user-community-with-discourse-heyapks-project/368209 "2025-05-30T06:46:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![kevin001](https://avatars.discourse-cdn.com/v4/letter/k/c0e974/32.png) [@kevin001](https://meta.discourse.org/u/kevin001)
#### Post date: [30 במאי,‏ 2025,‏ 6:46am UTC](https://meta.discourse.org/t/how-to-build-an-android-app-user-community-with-discourse-heyapks-project/368209/1 "2025-05-30T06:46:44Z")

</div>

Hi Meta Community,

I’m currently managing a platform called [HeyApks.com](https://heyapks.com/), which offers a wide selection of Android APK files — from trending apps to popular modded versions.

To enhance user engagement and trust, I’m planning to build an official community forum where:

Users can discuss apps, share feedback, tips, and reviews.

Developers can introduce their apps and respond to user feedback.

The community can report issues, request apps, and talk about Android security, performance, and customization.

🎯 Main Goals I’m considering using Discourse to:

Create a space for in-depth discussions around Android apps (similar to XDA, but more accessible for casual users).

Integrate Discourse login with HeyApks’ existing account system using OAuth2 or JWT.

Automatically generate discussion topics whenever a new app is published on HeyApks.

Display community ratings and discussions directly on the app’s page on HeyApks.

❓Questions for the Meta Community Are there any recommended or official plugins to implement OAuth2 or JWT login integration between an existing site and Discourse?

What is the most efficient way to sync content between the main website and Discourse? (API? Webhooks? Custom plugin?)

Has anyone here launched a forum for an app repository or app-sharing platform? I’d love to hear your experiences, lessons learned, or best practices.

I’m very excited about the potential of building a strong Android app community around. Looking forward to your insights, recommendations, or examples of similar implementations!

---

<div class="post-metadata">

### Author: ![spam\_scanner\_bot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/spam_scanner_bot/32/472607_2.png) [@spam\_scanner\_bot](https://meta.discourse.org/u/spam_scanner_bot)
#### Post date: [30 במאי,‏ 2025,‏ 6:46am UTC](https://meta.discourse.org/t/how-to-build-an-android-app-user-community-with-discourse-heyapks-project/368209/2 "2025-05-30T06:46:46Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [30 במאי,‏ 2025,‏ 7:04am UTC](https://meta.discourse.org/t/how-to-build-an-android-app-user-community-with-discourse-heyapks-project/368209/3 "2025-05-30T07:04:01Z")

</div>



---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [30 במאי,‏ 2025,‏ 7:07am UTC](https://meta.discourse.org/t/how-to-build-an-android-app-user-community-with-discourse-heyapks-project/368209/4 "2025-05-30T07:07:15Z")

</div>

Do these help?

> [@Setup DiscourseConnect - Official Single-Sign-On for Discourse (sso)](https://meta.discourse.org/t/setup-discourseconnect-official-single-sign-on-for-discourse-sso/13045):
>
> [DiscourseConnect](https://meta.discourse.org/t/13045?silent=true) is a core Discourse feature that allows you to configure “Single Sign-On (SSO)” to completely outsource all user registration and login from Discourse to another site. Offered to our [pro, business and enterprise hosting customers](https://discourse.org/pricing). information_source (Feb 2021) ‘[Discourse SSO](https://meta.discourse.org/t/13045?silent=true)’ is now ‘[DiscourseConnect](https://meta.discourse.org/t/13045?silent=true)’. If you are running an old version of Discourse, the settings below will be named sso\_... rather than discourse\_connect\_... The Problem Many sites wishing to integrate wit…

> [@Discourse OAuth2 Basic](https://meta.discourse.org/t/discourse-oauth2-basic/33879):
>
> discourse2Summary Discourse OAuth2 Basic supports basic OAuth2 providers, assuming they have a JSON API endpoint where user details can be retrieved by token.open_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately. Features This plugin allows you to use a basic OAuth2 provider as authentication for Discourse. It should work with many providers, with the caveat that they must provide a JSON endpoint for retri…
