Category
Learning
Concepts, OAuth setup guides, Git cheatsheet, and architecture research
🧠 LogicSpike Learning & Concepts
This directory collects key engineering concepts and patterns we've adopted. It serves as a "Knowledge Base" for the team. --- Concept: A single entry point for all external traffi
Step-by-Step Guide: Setting Up Facebook/Instagram OAuth Credentials
To allow LogicSpike users to connect their Instagram and Facebook accounts, we need to create our "Master App" on the Facebook Developer portal. Follow these exact steps to get you
Facebook Graph API — Complete Mastery Guide
This guide covers everything you need to master the Facebook Graph API — from foundational concepts to advanced publishing workflows for Facebook Pages and Instagram. It is written
🦅 LogicSpike Git Cheatsheet
A quick reference for our Feature Branch Workflow & Conventional Commits. --- Start a new feature from dev Staging: bash git checkout dev git pull origin dev git checkout -b feat/m
How Social Media Connections Work (OAuth 2.0)
When building an application like LogicSpike Content Engine that posts to user's social media accounts, the biggest question is: How do we connect their accounts? Do users need to
Architecture Decision: Team Management
We need to implement the Team Management APIs Invitations, Memberships, Roles. We have two primary architectural choices: 1. Add these features directly to the existing apps/manage