Open Luc1412 opened 5 years ago
that would be really nice
I am going to begin working on this, if you'd like to join me.
Any update on this?
Hi, has there been any update on this?
Has anyone found a way to get Music metadata associated with a story?
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (==> [x] no spaces).Before submitting an issue, make sure you have:
Which client are you using?
instagram_private_api/
)instagram_web_api/
)Describe your Feature Request:
It would be nice to add Support for Story Stickers including Link, Location, Mention, Hashtag, Polls, Music, Question, Countdowns, Vote Slider, Other Image Embeds and the new Quiz Sticker.
I already found a way by looking into the PHP API. To implement theses Stickers, we easily need to add Stuff to the Story Configuration Payload. Here is the metadata for stories:
Location:
Mention:
Hashtag:
Polls:
Music: ?
Questions:
Countdown:
Vote Slider:
Image Embed:
Quiz: ?
Links: (Business only)
Sources: https://github.com/mgp25/Instagram-API/blob/master/src/Request/Internal.php https://github.com/mgp25/Instagram-API/blob/master/examples/uploadStory.php https://github.com/mgp25/Instagram-API/blob/master/examples/uploadStoryCountdown.php https://github.com/mgp25/Instagram-API/blob/master/examples/uploadStoryPoll.php https://github.com/mgp25/Instagram-API/blob/master/examples/uploadStoryQuestion.php https://github.com/mgp25/Instagram-API/blob/master/examples/uploadStorySlider.php