fbsamples / fbsamples/reels_publishing_apis

My Reels are Getting "ERROR" as status_code.

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
76
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Hi I am using below code to publish my reels:

**But the issue now is i am getting error**
{ status_code: 'IN_PROGRESS', id: '18114349573394473' }
{ status_code: 'IN_PROGRESS', id: '18114349573394473' }
{ status_code: 'ERROR', id: '18114349573394473' }
{ status_code: 'ERROR', id: '18114349573394473' }
{ status_code: 'ERROR', id: '18114349573394473' }
.
.
.

while calling:
```const url = "https://graph.instagram.com/${creationId}";
try {
const response = await axios.get(url, {
params: {
fields: 'status_code',
access_token: accessToken,
}
});```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the axios GET request to https://graph.instagram.com/${creationId} with the shown status_code field and access token, then inspect the surrounding Reels publishing flow, which is not included here. Done means identifying why the API transitions from IN_PROGRESS to ERROR and documenting a reproducible correction.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.