reddit_get_token() does not get token when app is played inline

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
html

Research direction

Start by tracing reddit_get_token() in the GameMaker Reddit export template and compare token acquisition in expanded and inline views. Verify authenticated requests to /api/state, /api/score, and /api/leaderboard no longer receive 401 Unauthorized in inline view.

Written by the indexing model from the issue text.

Description

When using the GameMaker Reddit export template, reddit_get_token() successfully returns a valid token when the experience is launched in expanded view, but returns "noone" in inline view.

This causes all authenticated API calls (e.g., /api/state, /api/score, /api/leaderboard) to fail with 401 Unauthorized when the game is run inline.

Dominant language
HTML
Stars
3
Forks
4
Avg merge
2d 20h
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.