Unexpected Error When Creating a Carousel Post with Video Using Instagram Graph API
1

I'm trying to create a carousel post using the Instagram Graph API. If there is any video in the carousel post, I get the following error:

{ "error": { "code": 2, "type": "OAuthException", "message": "An unexpected error has occurred. Please retry your request later.", "fbtrace_id": "A56NxUJ3qoTLaS11HImGyXx", "is_transient": true } }
Oral
Asked about 3 months ago
Oral

Any idea? We couldn't solve this problem. I have no idea what to do. With graph api explorer, everything works fine but if i make an api call from my application, it throws above error.

curl -i -X POST \

"https://graph.facebook.com/v20.0/90010177253934/media?caption=Fruit%20candies&media_type=CAROUSEL&children=17899506308402767%2C18193870522147812%2C17853844403701904&access_token=EAAOc..."

I get this error when i try to create carousel container.

July 4 at 3:16 AM
Selected Answer
1

I'm getting the same error; it only occurs if there is a video in the carousel; it works normally with images! step:create_carousel error error message:An unexpected error has occurred. Please retry your request later. type:OAuthException is_transient:true code:2 fbtrace_id:AlbL_M8SQ6awCzO167oKoH6

September 25 at 6:28 PM
Witalo